#8C8AFF

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

Shades of Light Slate Blue #8C8AFF

Tints of Light Slate Blue #8C8AFF

Color information

#8C8AFF (or 0x8C8AFF) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 8A and FF. RGB value is (140,138,255). Sum of RGB (Red+Green+Blue) = 140+138+255=533 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.27% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C8AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8AFF is #737500. Grayscale: #979797. Windows color (decimal): -7566593 or 16747148. OLE color: 16747148.

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

Color convert

RGB140138255-
CMYK0.450.4600
HSL241.03º100%77.06%-
HSV(B)241.03º45.88%100%-
XYZ37.9530.9798.59-
YUV151.94186.16119.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.27%
GREEN value IS 138 (54.30% from 255) = 25.89%
BLUE value IS 255 (100% from 255) = 47.84%
R=26.27%
G=25.89%
B=47.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1401382550.450.4600241.0310077.06
Hex8C8AFF2D2E00f1644d
Octal214212377555600361144115
Binary100011001000101011111111101101101110001111000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,138,255); }

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

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

 a { background-color: rgb(140,138,255); }

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

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

 span { border-color: rgb(140,138,255); }

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