#995CFE

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

Shades of Light Slate Blue #995CFE

Tints of Light Slate Blue #995CFE

Color information

#995CFE (or 0x995CFE) is unknown color: approx Light Slate Blue. HEX triplet: 99, 5C and FE. RGB value is (153,92,254). Sum of RGB (Red+Green+Blue) = 153+92+254=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #995CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995CFE is #66A301. Grayscale: #808080. Windows color (decimal): -6726402 or 16669849. OLE color: 16669849.

HSL color Cylindrical-coordinate representation of color #995CFE: hue angle of 262.59º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #995CFE is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB15392254-
CMYK0.400.6400.00
HSL262.59º98.78%67.84%-
HSV(B)262.59º63.78%99.61%-
XYZ34.8521.5896.09-
YUV128.71198.71145.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.66%
GREEN value IS 92 (36.33% from 255) = 18.44%
BLUE value IS 254 (99.61% from 255) = 50.90%
R=30.66%
G=18.44%
B=50.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal153922540.400.6400.00262.5998.7867.84
Hex995CFE2840001076344
Octal2311343765010000407143104
Binary1001100110111001111111010100010000000010000011111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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