Html Css Color HEX #9352FD Light Slate Blue

📋 copy color: '#9352FD'

red 147 ◦ green 82 ◦ blue 253

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

Shades of Light Slate Blue #9352FD

Tints of Light Slate Blue #9352FD

RGB

 RED value IS 147 (57.81% from 255) = 30.5%

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

 BLUE value IS 253 (99.22% from 255) = 52.49%

R = 30.5%
G = 17.01%
B = 52.49%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9352FD (or 0x9352FD) is known color: Light Slate Blue. HEX triplet: 93, 52 and FD. RGB value is (147,82,253). Sum of RGB (Red+Green+Blue) = 147+82+253=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #9352FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9352FD is #6CAD02. Grayscale: #787878. Windows color (decimal): -7122179 or 16601747. OLE color: 16601747.

HSL color Cylindrical-coordinate representation of color #9352FD: hue angle of 262.81º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9352FD is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 82 253 -
CMYK 0.42 0.68 0 0.01
HSL 262.81º 0.98% 0.66% -
HSV(B) 262.81º 0.68% 0.99% -
XYZ 32.78 19.33 94.93 -
YUV 120.93 202.53 146.6 -
System Red Green Blue C M Y K H S L
Decimal 147 82 253 0.42 0.68 0 0.01 262.81 0.98 0.66
Hex 93 52 FD 2A 44 0 1 107 62 42
Octal 223 122 375 52 104 0 1 407 142 102
Binary 10010011 1010010 11111101 101010 1000100 0 1 100000111 1100010 1000010

Color Harmonies of #9352FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9352FD

Black with #9352FD

Text Example


Text Example

White with #9352FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9352FD; }

 p { color: rgb(147,82,253); }

 H1.HeaderClassName
 {
   color: #9352FD;
 }
 .AnyTagClassName
 {
   color: #9352FD;
 }
</style>

background-color css

<style>
 a { background-color: #9352FD; }

 a { background-color: rgb(147,82,253); }

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

border-color css

<style>
 span { border-color: #9352FD; }

 span { border-color: rgb(147,82,253); }

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