#8C92FE

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

Shades of Light Slate Blue #8C92FE

Tints of Light Slate Blue #8C92FE

Color information

#8C92FE (or 0x8C92FE) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 92 and FE. RGB value is (140,146,254). Sum of RGB (Red+Green+Blue) = 140+146+254=540 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.93% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C92FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C92FE is #736D01. Grayscale: #9C9C9C. Windows color (decimal): -7564546 or 16683660. OLE color: 16683660.

HSL color Cylindrical-coordinate representation of color #8C92FE: hue angle of 236.84º 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 #8C92FE is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB140146254-
CMYK0.450.4300.00
HSL236.84º98.28%77.25%-
HSV(B)236.84º44.88%99.61%-
XYZ38.9833.2998.14-
YUV156.52183.01116.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.93%
GREEN value IS 146 (57.42% from 255) = 27.04%
BLUE value IS 254 (99.61% from 255) = 47.04%
R=25.93%
G=27.04%
B=47.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1401462540.450.4300.00236.8498.2877.25
Hex8C92FE2D2B00ed624d
Octal214222376555300355142115
Binary100011001001001011111110101101101011001110110111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C92FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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