#8C8BFB

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

Shades of Light Slate Blue #8C8BFB

Tints of Light Slate Blue #8C8BFB

Color information

#8C8BFB (or 0x8C8BFB) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 8B and FB. RGB value is (140,139,251). Sum of RGB (Red+Green+Blue) = 140+139+251=530 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.42% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C8BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8BFB is #737404. Grayscale: #979797. Windows color (decimal): -7566341 or 16485260. OLE color: 16485260.

HSL color Cylindrical-coordinate representation of color #8C8BFB: hue angle of 240.54º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C8BFB is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB140139251-
CMYK0.440.4500.02
HSL240.54º93.33%76.47%-
HSV(B)240.54º44.62%98.43%-
XYZ37.4631.0195.28-
YUV152.07183.83119.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.42%
GREEN value IS 139 (54.69% from 255) = 26.23%
BLUE value IS 251 (98.44% from 255) = 47.36%
R=26.42%
G=26.23%
B=47.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1401392510.440.4500.02240.5493.3376.47
Hex8C8BFB2C2D02f15d4c
Octal214213373545502361135114
Binary1000110010001011111110111011001011010101111000110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,139,251); }

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

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

 a { background-color: rgb(140,139,251); }

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

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

 span { border-color: rgb(140,139,251); }

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