Html Css Color HEX #9B5BFE Light Slate Blue

📋 copy color: '#9B5BFE'

red 155 ◦ green 91 ◦ blue 254

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

Shades of Light Slate Blue #9B5BFE

Tints of Light Slate Blue #9B5BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.2%

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

R = 31%
G = 18.2%
B = 50.8%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9B5BFE (or 0x9B5BFE) is known color: Light Slate Blue. HEX triplet: 9B, 5B and FE. RGB value is (155,91,254). Sum of RGB (Red+Green+Blue) = 155+91+254=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B5BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5BFE is #64A401. Grayscale: #808080. Windows color (decimal): -6595586 or 16669595. OLE color: 16669595.

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

Color convert

RGB 155 91 254 -
CMYK 0.39 0.64 0 0.00
HSL 263.56º 0.99% 0.68% -
HSV(B) 263.56º 0.64% 1% -
XYZ 35.15 21.61 96.08 -
YUV 128.72 198.7 146.75 -
System Red Green Blue C M Y K H S L
Decimal 155 91 254 0.39 0.64 0 0.00 263.56 0.99 0.68
Hex 9B 5B FE 27 40 0 0 108 63 44
Octal 233 133 376 47 100 0 0 410 143 104
Binary 10011011 1011011 11111110 100111 1000000 0 0 100001000 1100011 1000100

Color Harmonies of #9B5BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5BFE

Black with #9B5BFE

Text Example


Text Example

White with #9B5BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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