#8C8CFF

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

Shades of Light Slate Blue #8C8CFF

Tints of Light Slate Blue #8C8CFF

Color information

#8C8CFF (or 0x8C8CFF) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 8C and FF. RGB value is (140,140,255). Sum of RGB (Red+Green+Blue) = 140+140+255=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C8CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8CFF is #737300. Grayscale: #989898. Windows color (decimal): -7566081 or 16747660. OLE color: 16747660.

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

Color convert

RGB140140255-
CMYK0.450.4500
HSL240º100%77.45%-
HSV(B)240º45.1%100%-
XYZ38.2431.5598.68-
YUV153.11185.5118.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.17%
GREEN value IS 140 (55.08% from 255) = 26.17%
BLUE value IS 255 (100% from 255) = 47.66%
R=26.17%
G=26.17%
B=47.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1401402550.450.450024010077.45
Hex8C8CFF2D2D00f0644d
Octal214214377555500360144115
Binary100011001000110011111111101101101101001111000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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