Html Css Color HEX #9752FF Light Slate Blue

📋 copy color: '#9752FF'

red 151 ◦ green 82 ◦ blue 255

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

Shades of Light Slate Blue #9752FF

Tints of Light Slate Blue #9752FF

RGB

 RED value IS 151 (59.38% from 255) = 30.94%

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

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

R = 30.94%
G = 16.8%
B = 52.25%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9752FF (or 0x9752FF) is known color: Light Slate Blue. HEX triplet: 97, 52 and FF. RGB value is (151,82,255). Sum of RGB (Red+Green+Blue) = 151+82+255=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #9752FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9752FF is #68AD00. Grayscale: #797979. Windows color (decimal): -6860033 or 16732823. OLE color: 16732823.

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

Color convert

RGB 151 82 255 -
CMYK 0.41 0.68 0 0
HSL 263.93º 1% 0.66% -
HSV(B) 263.93º 0.68% 1% -
XYZ 33.83 19.83 96.65 -
YUV 122.35 202.86 148.43 -
System Red Green Blue C M Y K H S L
Decimal 151 82 255 0.41 0.68 0 0 263.93 1 0.66
Hex 97 52 FF 29 44 0 0 108 64 42
Octal 227 122 377 51 104 0 0 410 144 102
Binary 10010111 1010010 11111111 101001 1000100 0 0 100001000 1100100 1000010

Color Harmonies of #9752FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9752FF

Black with #9752FF

Text Example


Text Example

White with #9752FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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