Html Css Color HEX #9952FF Light Slate Blue

📋 copy color: '#9952FF'

red 153 ◦ green 82 ◦ blue 255

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

Shades of Light Slate Blue #9952FF

Tints of Light Slate Blue #9952FF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.73%

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

R = 31.22%
G = 16.73%
B = 52.04%

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

#9952FF (or 0x9952FF) is known color: Light Slate Blue. HEX triplet: 99, 52 and FF. RGB value is (153,82,255). Sum of RGB (Red+Green+Blue) = 153+82+255=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #9952FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9952FF is #66AD00. Grayscale: #7A7A7A. Windows color (decimal): -6728961 or 16732825. OLE color: 16732825.

HSL color Cylindrical-coordinate representation of color #9952FF: hue angle of 264.62º 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 #9952FF is Cyan = 0.4, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 153 82 255 -
CMYK 0.4 0.68 0 0
HSL 264.62º 1% 0.66% -
HSV(B) 264.62º 0.68% 1% -
XYZ 34.2 20.03 96.67 -
YUV 122.95 202.52 149.43 -
System Red Green Blue C M Y K H S L
Decimal 153 82 255 0.4 0.68 0 0 264.62 1 0.66
Hex 99 52 FF 28 44 0 0 109 64 42
Octal 231 122 377 50 104 0 0 411 144 102
Binary 10011001 1010010 11111111 101000 1000100 0 0 100001001 1100100 1000010

Color Harmonies of #9952FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9952FF

Black with #9952FF

Text Example


Text Example

White with #9952FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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