Html Css Color HEX #9B6BFC Light Slate Blue

📋 copy color: '#9B6BFC'

red 155 ◦ green 107 ◦ blue 252

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

Shades of Light Slate Blue #9B6BFC

Tints of Light Slate Blue #9B6BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.82%

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

R = 30.16%
G = 20.82%
B = 49.03%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9B6BFC (or 0x9B6BFC) is known color: Light Slate Blue. HEX triplet: 9B, 6B and FC. RGB value is (155,107,252). Sum of RGB (Red+Green+Blue) = 155+107+252=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #9B6BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B6BFC is #649403. Grayscale: #898989. Windows color (decimal): -6591492 or 16542619. OLE color: 16542619.

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

Color convert

RGB 155 107 252 -
CMYK 0.38 0.58 0 0.01
HSL 259.86º 0.96% 0.7% -
HSV(B) 259.86º 0.58% 0.99% -
XYZ 36.35 24.51 94.91 -
YUV 137.88 192.4 140.21 -
System Red Green Blue C M Y K H S L
Decimal 155 107 252 0.38 0.58 0 0.01 259.86 0.96 0.7
Hex 9B 6B FC 26 3A 0 1 104 60 46
Octal 233 153 374 46 72 0 1 404 140 106
Binary 10011011 1101011 11111100 100110 111010 0 1 100000100 1100000 1000110

Color Harmonies of #9B6BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6BFC

Black with #9B6BFC

Text Example


Text Example

White with #9B6BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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