#995FFC

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

Shades of Light Slate Blue #995FFC

Tints of Light Slate Blue #995FFC

Color information

#995FFC (or 0x995FFC) is unknown color: approx Light Slate Blue. HEX triplet: 99, 5F and FC. RGB value is (153,95,252). Sum of RGB (Red+Green+Blue) = 153+95+252=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #995FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995FFC is #66A003. Grayscale: #818181. Windows color (decimal): -6725636 or 16539545. OLE color: 16539545.

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

Color convert

RGB15395252-
CMYK0.390.6200.01
HSL262.17º96.32%68.04%-
HSV(B)262.17º62.3%98.82%-
XYZ34.821.9894.5-
YUV130.24196.72144.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.6%
GREEN value IS 95 (37.5% from 255) = 19%
BLUE value IS 252 (98.83% from 255) = 50.4%
R=30.6%
G=19%
B=50.4%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal153952520.390.6200.01262.1796.3268.04
Hex995FFC273E011066044
Octal231137374477601406140104
Binary100110011011111111111001001111111100110000011011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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