Html Css Color HEX #995FFC Light Slate Blue

📋 copy color: '#995FFC'

red 153 ◦ green 95 ◦ blue 252

#995FFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #995FFC

Tints of Light Slate Blue #995FFC

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 value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#995FFC (or 0x995FFC) is known color: 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

RGB 153 95 252 -
CMYK 0.39 0.62 0 0.01
HSL 262.17º 0.96% 0.68% -
HSV(B) 262.17º 0.62% 0.99% -
XYZ 34.8 21.99 94.5 -
YUV 130.24 196.72 144.23 -
System Red Green Blue C M Y K H S L
Decimal 153 95 252 0.39 0.62 0 0.01 262.17 0.96 0.68
Hex 99 5F FC 27 3E 0 1 106 60 44
Octal 231 137 374 47 76 0 1 406 140 104
Binary 10011001 1011111 11111100 100111 111110 0 1 100000110 1100000 1000100

Color Harmonies of #995FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995FFC

Black with #995FFC

Text Example


Text Example

White with #995FFC

Text Example


Text Example

HTML Codes & Css Web 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>