#8d7bfc

Color #8D7BFC Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8D7BFC

Tints of Light Slate Blue #8D7BFC

Color information

#8D7BFC (or 0x8D7BFC) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 7B and FC. RGB value is (141,123,252). Sum of RGB (Red+Green+Blue) = 141+123+252=516 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.33% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D7BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7BFC is #728403. Grayscale: #8E8E8E. Windows color (decimal): -7504900 or 16546701. OLE color: 16546701.

HSL color Cylindrical-coordinate representation of color #8D7BFC: hue angle of 248.37º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D7BFC is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141123252-
CMYK0.440.5100.01
HSL248.37º95.56%73.53%-
HSV(B)248.37º51.19%98.82%-
XYZ35.6426.8695.4-
YUV143.09189.46126.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 27.33%
GREEN value IS 123 (48.44% from 255) = 23.84%
BLUE value IS 252 (98.83% from 255) = 48.84%
R=27.33%
G=23.84%
B=48.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1411232520.440.5100.01248.3795.5673.53
Hex8D7BFC2C3301f8604a
Octal215173374546301370140112
Binary10001101111101111111100101100110011011111100011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d7bfc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8d7bfc; }

 p { color: rgb(141,123,252); }

 H1.HeaderClassName
 {
   color: #8d7bfc;
 }
 .AnyTagClassName
 {
   color: #8d7bfc;
 }
</style>
background-color css

<style>
 a { background-color: #8d7bfc; }

 a { background-color: rgb(141,123,252); }

 div.DivClassName
 {
   background-color: #8d7bfc;
 }
 .BgClassName
 {
   background-color: #8d7bfc;
 }
</style>
border-color css

<style>
 span { border-color: #8d7bfc; }

 span { border-color: rgb(141,123,252); }

 td.TdClassName
 {
   border-color: #8d7bfc;
 }
 .TagClassName
 {
   border-color: #8d7bfc;
 }
</style>