Html Css Color HEX #9B5FFB Light Slate Blue

📋 copy color: '#9B5FFB'

red 155 ◦ green 95 ◦ blue 251

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

Shades of Light Slate Blue #9B5FFB

Tints of Light Slate Blue #9B5FFB

RGB

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

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

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

R = 30.94%
G = 18.96%
B = 50.1%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9B5FFB (or 0x9B5FFB) is known color: Light Slate Blue. HEX triplet: 9B, 5F and FB. RGB value is (155,95,251). Sum of RGB (Red+Green+Blue) = 155+95+251=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B5FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5FFB is #64A004. Grayscale: #828282. Windows color (decimal): -6594565 or 16474011. OLE color: 16474011.

HSL color Cylindrical-coordinate representation of color #9B5FFB: hue angle of 263.08º 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 #9B5FFB is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 95 251 -
CMYK 0.38 0.62 0 0.02
HSL 263.08º 0.95% 0.68% -
HSV(B) 263.08º 0.62% 0.98% -
XYZ 35.02 22.12 93.69 -
YUV 130.72 195.88 145.32 -
System Red Green Blue C M Y K H S L
Decimal 155 95 251 0.38 0.62 0 0.02 263.08 0.95 0.68
Hex 9B 5F FB 26 3E 0 2 107 5F 44
Octal 233 137 373 46 76 0 2 407 137 104
Binary 10011011 1011111 11111011 100110 111110 0 10 100000111 1011111 1000100

Color Harmonies of #9B5FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5FFB

Black with #9B5FFB

Text Example


Text Example

White with #9B5FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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