#995CFC

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

Shades of Light Slate Blue #995CFC

Tints of Light Slate Blue #995CFC

Color information

#995CFC (or 0x995CFC) is unknown color: approx Light Slate Blue. HEX triplet: 99, 5C and FC. RGB value is (153,92,252). Sum of RGB (Red+Green+Blue) = 153+92+252=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #995CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995CFC is #66A303. Grayscale: #7F7F7F. Windows color (decimal): -6726404 or 16538777. OLE color: 16538777.

HSL color Cylindrical-coordinate representation of color #995CFC: hue angle of 262.88º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #995CFC is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15392252-
CMYK0.390.6300.01
HSL262.88º96.39%67.45%-
HSV(B)262.88º63.49%98.82%-
XYZ34.5321.4594.42-
YUV128.48197.71145.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.78%
GREEN value IS 92 (36.33% from 255) = 18.51%
BLUE value IS 252 (98.83% from 255) = 50.70%
R=30.78%
G=18.51%
B=50.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal153922520.390.6300.01262.8896.3967.45
Hex995CFC273F011076043
Octal231134374477701407140103
Binary100110011011100111111001001111111110110000011111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995CFC; }

 p { color: rgb(153,92,252); }

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

<style>
 a { background-color: #995CFC; }

 a { background-color: rgb(153,92,252); }

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

<style>
 span { border-color: #995CFC; }

 span { border-color: rgb(153,92,252); }

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