Html Css Color HEX #9752FA Light Slate Blue

📋 copy color: '#9752FA'

red 151 ◦ green 82 ◦ blue 250

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

Shades of Light Slate Blue #9752FA

Tints of Light Slate Blue #9752FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.76%

R = 31.26%
G = 16.98%
B = 51.76%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9752FA (or 0x9752FA) is known color: Light Slate Blue. HEX triplet: 97, 52 and FA. RGB value is (151,82,250). Sum of RGB (Red+Green+Blue) = 151+82+250=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #9752FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9752FA is #68AD05. Grayscale: #797979. Windows color (decimal): -6860038 or 16405143. OLE color: 16405143.

HSL color Cylindrical-coordinate representation of color #9752FA: hue angle of 264.64º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9752FA is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 82 250 -
CMYK 0.40 0.67 0 0.02
HSL 264.64º 0.94% 0.65% -
HSV(B) 264.64º 0.67% 0.98% -
XYZ 33.04 19.52 92.47 -
YUV 121.78 200.36 148.84 -
System Red Green Blue C M Y K H S L
Decimal 151 82 250 0.40 0.67 0 0.02 264.64 0.94 0.65
Hex 97 52 FA 28 43 0 2 109 5E 41
Octal 227 122 372 50 103 0 2 411 136 101
Binary 10010111 1010010 11111010 101000 1000011 0 10 100001001 1011110 1000001

Color Harmonies of #9752FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9752FA

Black with #9752FA

Text Example


Text Example

White with #9752FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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