#8B8EFC

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

Shades of Light Slate Blue #8B8EFC

Tints of Light Slate Blue #8B8EFC

Color information

#8B8EFC (or 0x8B8EFC) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 8E and FC. RGB value is (139,142,252). Sum of RGB (Red+Green+Blue) = 139+142+252=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #8B8EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B8EFC is #747103. Grayscale: #999999. Windows color (decimal): -7631108 or 16551563. OLE color: 16551563.

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

Color convert

RGB139142252-
CMYK0.450.4400.01
HSL238.41º94.96%76.67%-
HSV(B)238.41º44.84%98.82%-
XYZ37.8931.8696.25-
YUV153.64183.51117.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.08%
GREEN value IS 142 (55.86% from 255) = 26.64%
BLUE value IS 252 (98.83% from 255) = 47.28%
R=26.08%
G=26.64%
B=47.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1391422520.450.4400.01238.4194.9676.67
Hex8B8EFC2D2C01ee5f4d
Octal213216374555401356137115
Binary100010111000111011111100101101101100011110111010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,142,252); }

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

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

 a { background-color: rgb(139,142,252); }

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

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

 span { border-color: rgb(139,142,252); }

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