Html Css Color HEX #9D5CFB Light Slate Blue

📋 copy color: '#9D5CFB'

red 157 ◦ green 92 ◦ blue 251

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

Shades of Light Slate Blue #9D5CFB

Tints of Light Slate Blue #9D5CFB

RGB

 RED value IS 157 (61.72% from 255) = 31.4%

 GREEN value IS 92 (36.33% from 255) = 18.4%

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 31.4%
G = 18.4%
B = 50.2%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9D5CFB (or 0x9D5CFB) is known color: Light Slate Blue. HEX triplet: 9D, 5C and FB. RGB value is (157,92,251). Sum of RGB (Red+Green+Blue) = 157+92+251=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D5CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D5CFB is #62A304. Grayscale: #808080. Windows color (decimal): -6464261 or 16473245. OLE color: 16473245.

HSL color Cylindrical-coordinate representation of color #9D5CFB: hue angle of 264.53º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D5CFB is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 92 251 -
CMYK 0.37 0.63 0 0.02
HSL 264.53º 0.95% 0.67% -
HSV(B) 264.53º 0.63% 0.98% -
XYZ 35.14 21.79 93.62 -
YUV 129.56 196.53 147.57 -
System Red Green Blue C M Y K H S L
Decimal 157 92 251 0.37 0.63 0 0.02 264.53 0.95 0.67
Hex 9D 5C FB 25 3F 0 2 109 5F 43
Octal 235 134 373 45 77 0 2 411 137 103
Binary 10011101 1011100 11111011 100101 111111 0 10 100001001 1011111 1000011

Color Harmonies of #9D5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5CFB

Black with #9D5CFB

Text Example


Text Example

White with #9D5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D5CFB; }

 p { color: rgb(157,92,251); }

 H1.HeaderClassName
 {
   color: #9D5CFB;
 }
 .AnyTagClassName
 {
   color: #9D5CFB;
 }
</style>

background-color css

<style>
 a { background-color: #9D5CFB; }

 a { background-color: rgb(157,92,251); }

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

border-color css

<style>
 span { border-color: #9D5CFB; }

 span { border-color: rgb(157,92,251); }

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