Html Css Color HEX #9357FD Light Slate Blue

📋 copy color: '#9357FD'

red 147 ◦ green 87 ◦ blue 253

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

Shades of Light Slate Blue #9357FD

Tints of Light Slate Blue #9357FD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.86%

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

R = 30.18%
G = 17.86%
B = 51.95%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9357FD (or 0x9357FD) is known color: Light Slate Blue. HEX triplet: 93, 57 and FD. RGB value is (147,87,253). Sum of RGB (Red+Green+Blue) = 147+87+253=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 87 (34.38% from 255 or 17.86% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #9357FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9357FD is #6CA802. Grayscale: #7B7B7B. Windows color (decimal): -7120899 or 16603027. OLE color: 16603027.

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

Color convert

RGB 147 87 253 -
CMYK 0.42 0.66 0 0.01
HSL 261.69º 0.98% 0.67% -
HSV(B) 261.69º 0.66% 0.99% -
XYZ 33.17 20.11 95.06 -
YUV 123.86 200.88 144.5 -
System Red Green Blue C M Y K H S L
Decimal 147 87 253 0.42 0.66 0 0.01 261.69 0.98 0.67
Hex 93 57 FD 2A 42 0 1 106 62 43
Octal 223 127 375 52 102 0 1 406 142 103
Binary 10010011 1010111 11111101 101010 1000010 0 1 100000110 1100010 1000011

Color Harmonies of #9357FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9357FD

Black with #9357FD

Text Example


Text Example

White with #9357FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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