Html Css Color HEX #9B5AFC Light Slate Blue

📋 copy color: '#9B5AFC'

red 155 ◦ green 90 ◦ blue 252

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

Shades of Light Slate Blue #9B5AFC

Tints of Light Slate Blue #9B5AFC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.11%

 BLUE value IS 252 (98.83% from 255) = 50.7%

R = 31.19%
G = 18.11%
B = 50.7%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9B5AFC (or 0x9B5AFC) is known color: Light Slate Blue. HEX triplet: 9B, 5A and FC. RGB value is (155,90,252). Sum of RGB (Red+Green+Blue) = 155+90+252=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #9B5AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5AFC is #64A503. Grayscale: #7F7F7F. Windows color (decimal): -6595844 or 16538267. OLE color: 16538267.

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

Color convert

RGB 155 90 252 -
CMYK 0.38 0.64 0 0.01
HSL 264.07º 0.96% 0.67% -
HSV(B) 264.07º 0.64% 0.99% -
XYZ 34.74 21.31 94.38 -
YUV 127.9 198.03 147.33 -
System Red Green Blue C M Y K H S L
Decimal 155 90 252 0.38 0.64 0 0.01 264.07 0.96 0.67
Hex 9B 5A FC 26 40 0 1 108 60 43
Octal 233 132 374 46 100 0 1 410 140 103
Binary 10011011 1011010 11111100 100110 1000000 0 1 100001000 1100000 1000011

Color Harmonies of #9B5AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5AFC

Black with #9B5AFC

Text Example


Text Example

White with #9B5AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,90,252); }

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

background-color css

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

 a { background-color: rgb(155,90,252); }

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

border-color css

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

 span { border-color: rgb(155,90,252); }

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