Html Css Color HEX #9B6DFE Light Slate Blue

📋 copy color: '#9B6DFE'

red 155 ◦ green 109 ◦ blue 254

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

Shades of Light Slate Blue #9B6DFE

Tints of Light Slate Blue #9B6DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.04%

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

R = 29.92%
G = 21.04%
B = 49.03%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9B6DFE (or 0x9B6DFE) is known color: Light Slate Blue. HEX triplet: 9B, 6D and FE. RGB value is (155,109,254). Sum of RGB (Red+Green+Blue) = 155+109+254=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B6DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B6DFE is #649201. Grayscale: #8A8A8A. Windows color (decimal): -6590978 or 16674203. OLE color: 16674203.

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

Color convert

RGB 155 109 254 -
CMYK 0.39 0.57 0 0.00
HSL 259.03º 0.99% 0.71% -
HSV(B) 259.03º 0.57% 1% -
XYZ 36.88 25.06 96.66 -
YUV 139.28 192.74 139.21 -
System Red Green Blue C M Y K H S L
Decimal 155 109 254 0.39 0.57 0 0.00 259.03 0.99 0.71
Hex 9B 6D FE 27 39 0 0 103 63 47
Octal 233 155 376 47 71 0 0 403 143 107
Binary 10011011 1101101 11111110 100111 111001 0 0 100000011 1100011 1000111

Color Harmonies of #9B6DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6DFE

Black with #9B6DFE

Text Example


Text Example

White with #9B6DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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