Html Css Color HEX #9D6AFB Light Slate Blue

📋 copy color: '#9D6AFB'

red 157 ◦ green 106 ◦ blue 251

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

Shades of Light Slate Blue #9D6AFB

Tints of Light Slate Blue #9D6AFB

RGB

 RED value IS 157 (61.72% from 255) = 30.54%

 GREEN value IS 106 (41.8% from 255) = 20.62%

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

R = 30.54%
G = 20.62%
B = 48.83%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9D6AFB (or 0x9D6AFB) is known color: Light Slate Blue. HEX triplet: 9D, 6A and FB. RGB value is (157,106,251). Sum of RGB (Red+Green+Blue) = 157+106+251=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D6AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6AFB is #629504. Grayscale: #898989. Windows color (decimal): -6460677 or 16476829. OLE color: 16476829.

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

Color convert

RGB 157 106 251 -
CMYK 0.37 0.58 0 0.02
HSL 261.1º 0.95% 0.7% -
HSV(B) 261.1º 0.58% 0.98% -
XYZ 36.47 24.44 94.06 -
YUV 137.78 191.9 141.71 -
System Red Green Blue C M Y K H S L
Decimal 157 106 251 0.37 0.58 0 0.02 261.1 0.95 0.7
Hex 9D 6A FB 25 3A 0 2 105 5F 46
Octal 235 152 373 45 72 0 2 405 137 106
Binary 10011101 1101010 11111011 100101 111010 0 10 100000101 1011111 1000110

Color Harmonies of #9D6AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6AFB

Black with #9D6AFB

Text Example


Text Example

White with #9D6AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,106,251); }

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

background-color css

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

 a { background-color: rgb(157,106,251); }

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

border-color css

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

 span { border-color: rgb(157,106,251); }

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