Html Css Color HEX #9752FE Light Slate Blue

📋 copy color: '#9752FE'

red 151 ◦ green 82 ◦ blue 254

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

Shades of Light Slate Blue #9752FE

Tints of Light Slate Blue #9752FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.16%

R = 31.01%
G = 16.84%
B = 52.16%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9752FE (or 0x9752FE) is known color: Light Slate Blue. HEX triplet: 97, 52 and FE. RGB value is (151,82,254). Sum of RGB (Red+Green+Blue) = 151+82+254=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #9752FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9752FE is #68AD01. Grayscale: #797979. Windows color (decimal): -6860034 or 16667287. OLE color: 16667287.

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

Color convert

RGB 151 82 254 -
CMYK 0.41 0.68 0 0.00
HSL 264.07º 0.99% 0.66% -
HSV(B) 264.07º 0.68% 1% -
XYZ 33.67 19.77 95.81 -
YUV 122.24 202.36 148.51 -
System Red Green Blue C M Y K H S L
Decimal 151 82 254 0.41 0.68 0 0.00 264.07 0.99 0.66
Hex 97 52 FE 29 44 0 0 108 63 42
Octal 227 122 376 51 104 0 0 410 143 102
Binary 10010111 1010010 11111110 101001 1000100 0 0 100001000 1100011 1000010

Color Harmonies of #9752FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9752FE

Black with #9752FE

Text Example


Text Example

White with #9752FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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