Html Css Color HEX #9951FF Light Slate Blue

📋 copy color: '#9951FF'

red 153 ◦ green 81 ◦ blue 255

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

Shades of Light Slate Blue #9951FF

Tints of Light Slate Blue #9951FF

RGB

 RED value IS 153 (60.16% from 255) = 31.29%

 GREEN value IS 81 (32.03% from 255) = 16.56%

 BLUE value IS 255 (100% from 255) = 52.15%

R = 31.29%
G = 16.56%
B = 52.15%

CMYK

 C value IS 0.4

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9951FF (or 0x9951FF) is known color: Light Slate Blue. HEX triplet: 99, 51 and FF. RGB value is (153,81,255). Sum of RGB (Red+Green+Blue) = 153+81+255=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #9951FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9951FF is #66AE00. Grayscale: #797979. Windows color (decimal): -6729217 or 16732569. OLE color: 16732569.

HSL color Cylindrical-coordinate representation of color #9951FF: hue angle of 264.83º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9951FF is Cyan = 0.4, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 153 81 255 -
CMYK 0.4 0.68 0 0
HSL 264.83º 1% 0.66% -
HSV(B) 264.83º 0.68% 1% -
XYZ 34.13 19.88 96.65 -
YUV 122.36 202.85 149.85 -
System Red Green Blue C M Y K H S L
Decimal 153 81 255 0.4 0.68 0 0 264.83 1 0.66
Hex 99 51 FF 28 44 0 0 109 64 42
Octal 231 121 377 50 104 0 0 411 144 102
Binary 10011001 1010001 11111111 101000 1000100 0 0 100001001 1100100 1000010

Color Harmonies of #9951FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9951FF

Black with #9951FF

Text Example


Text Example

White with #9951FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9951FF; }

 p { color: rgb(153,81,255); }

 H1.HeaderClassName
 {
   color: #9951FF;
 }
 .AnyTagClassName
 {
   color: #9951FF;
 }
</style>

background-color css

<style>
 a { background-color: #9951FF; }

 a { background-color: rgb(153,81,255); }

 div.DivClassName
 {
   background-color: #9951FF;
 }
 .BgClassName
 {
   background-color: #9951FF;
 }
</style>

border-color css

<style>
 span { border-color: #9951FF; }

 span { border-color: rgb(153,81,255); }

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