#8C8CFE

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

Shades of Light Slate Blue #8C8CFE

Tints of Light Slate Blue #8C8CFE

Color information

#8C8CFE (or 0x8C8CFE) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 8C and FE. RGB value is (140,140,254). Sum of RGB (Red+Green+Blue) = 140+140+254=534 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.22% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C8CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8CFE is #737301. Grayscale: #989898. Windows color (decimal): -7566082 or 16682124. OLE color: 16682124.

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

Color convert

RGB140140254-
CMYK0.450.4500.00
HSL240º98.28%77.25%-
HSV(B)240º44.88%99.61%-
XYZ38.0831.4997.84-
YUV153185118.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.22%
GREEN value IS 140 (55.08% from 255) = 26.22%
BLUE value IS 254 (99.61% from 255) = 47.57%
R=26.22%
G=26.22%
B=47.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1401402540.450.4500.0024098.2877.25
Hex8C8CFE2D2D00f0624d
Octal214214376555500360142115
Binary100011001000110011111110101101101101001111000011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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