#9C92FF

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

Shades of Light Slate Blue #9C92FF

Tints of Light Slate Blue #9C92FF

Color information

#9C92FF (or 0x9C92FF) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 92 and FF. RGB value is (156,146,255). Sum of RGB (Red+Green+Blue) = 156+146+255=557 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.01% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C92FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C92FF is #636D00. Grayscale: #A0A0A0. Windows color (decimal): -6515969 or 16749212. OLE color: 16749212.

HSL color Cylindrical-coordinate representation of color #9C92FF: hue angle of 245.5º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C92FF is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB156146255-
CMYK0.390.4300
HSL245.5º100%78.63%-
HSV(B)245.5º42.75%100%-
XYZ42.0434.8599.12-
YUV161.42180.81124.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.01%
GREEN value IS 146 (57.42% from 255) = 26.21%
BLUE value IS 255 (100% from 255) = 45.78%
R=28.01%
G=26.21%
B=45.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1561462550.390.4300245.510078.63
Hex9C92FF272B00f6644f
Octal234222377475300366144117
Binary100111001001001011111111100111101011001111011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C92FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C92FF; }

 p { color: rgb(156,146,255); }

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

<style>
 a { background-color: #9C92FF; }

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

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

<style>
 span { border-color: #9C92FF; }

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

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