Html Css Color HEX #9B5BFB Light Slate Blue

📋 copy color: '#9B5BFB'

red 155 ◦ green 91 ◦ blue 251

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

Shades of Light Slate Blue #9B5BFB

Tints of Light Slate Blue #9B5BFB

RGB

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

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

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

R = 31.19%
G = 18.31%
B = 50.5%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9B5BFB (or 0x9B5BFB) is known color: Light Slate Blue. HEX triplet: 9B, 5B and FB. RGB value is (155,91,251). Sum of RGB (Red+Green+Blue) = 155+91+251=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 91 (35.94% from 255 or 18.31% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B5BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5BFB is #64A404. Grayscale: #7F7F7F. Windows color (decimal): -6595589 or 16472987. OLE color: 16472987.

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

Color convert

RGB 155 91 251 -
CMYK 0.38 0.64 0 0.02
HSL 264º 0.95% 0.67% -
HSV(B) 264º 0.64% 0.98% -
XYZ 34.67 21.42 93.57 -
YUV 128.38 197.2 146.99 -
System Red Green Blue C M Y K H S L
Decimal 155 91 251 0.38 0.64 0 0.02 264 0.95 0.67
Hex 9B 5B FB 26 40 0 2 108 5F 43
Octal 233 133 373 46 100 0 2 410 137 103
Binary 10011011 1011011 11111011 100110 1000000 0 10 100001000 1011111 1000011

Color Harmonies of #9B5BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5BFB

Black with #9B5BFB

Text Example


Text Example

White with #9B5BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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