Html Css Color HEX #9B5DFE Light Slate Blue

📋 copy color: '#9B5DFE'

red 155 ◦ green 93 ◦ blue 254

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

Shades of Light Slate Blue #9B5DFE

Tints of Light Slate Blue #9B5DFE

RGB

 RED value IS 155 (60.94% from 255) = 30.88%

 GREEN value IS 93 (36.72% from 255) = 18.53%

 BLUE value IS 254 (99.61% from 255) = 50.6%

R = 30.88%
G = 18.53%
B = 50.6%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9B5DFE (or 0x9B5DFE) is known color: Light Slate Blue. HEX triplet: 9B, 5D and FE. RGB value is (155,93,254). Sum of RGB (Red+Green+Blue) = 155+93+254=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B5DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5DFE is #64A201. Grayscale: #818181. Windows color (decimal): -6595074 or 16670107. OLE color: 16670107.

HSL color Cylindrical-coordinate representation of color #9B5DFE: hue angle of 263.11º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B5DFE is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 155 93 254 -
CMYK 0.39 0.63 0 0.00
HSL 263.11º 0.99% 0.68% -
HSV(B) 263.11º 0.63% 1% -
XYZ 35.32 21.95 96.14 -
YUV 129.89 198.04 145.91 -
System Red Green Blue C M Y K H S L
Decimal 155 93 254 0.39 0.63 0 0.00 263.11 0.99 0.68
Hex 9B 5D FE 27 3F 0 0 107 63 44
Octal 233 135 376 47 77 0 0 407 143 104
Binary 10011011 1011101 11111110 100111 111111 0 0 100000111 1100011 1000100

Color Harmonies of #9B5DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5DFE

Black with #9B5DFE

Text Example


Text Example

White with #9B5DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,93,254); }

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

background-color css

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

 a { background-color: rgb(155,93,254); }

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

border-color css

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

 span { border-color: rgb(155,93,254); }

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