Html Css Color HEX #9D5FFB Light Slate Blue

📋 copy color: '#9D5FFB'

red 157 ◦ green 95 ◦ blue 251

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

Shades of Light Slate Blue #9D5FFB

Tints of Light Slate Blue #9D5FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.89%

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

R = 31.21%
G = 18.89%
B = 49.9%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9D5FFB (or 0x9D5FFB) is known color: Light Slate Blue. HEX triplet: 9D, 5F and FB. RGB value is (157,95,251). Sum of RGB (Red+Green+Blue) = 157+95+251=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D5FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D5FFB is #62A004. Grayscale: #828282. Windows color (decimal): -6463493 or 16474013. OLE color: 16474013.

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

Color convert

RGB 157 95 251 -
CMYK 0.37 0.62 0 0.02
HSL 263.85º 0.95% 0.68% -
HSV(B) 263.85º 0.62% 0.98% -
XYZ 35.41 22.32 93.71 -
YUV 131.32 195.54 146.32 -
System Red Green Blue C M Y K H S L
Decimal 157 95 251 0.37 0.62 0 0.02 263.85 0.95 0.68
Hex 9D 5F FB 25 3E 0 2 108 5F 44
Octal 235 137 373 45 76 0 2 410 137 104
Binary 10011101 1011111 11111011 100101 111110 0 10 100001000 1011111 1000100

Color Harmonies of #9D5FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5FFB

Black with #9D5FFB

Text Example


Text Example

White with #9D5FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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