Html Css Color HEX #9C7DFB Light Slate Blue

📋 copy color: '#9C7DFB'

red 156 ◦ green 125 ◦ blue 251

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

Shades of Light Slate Blue #9C7DFB

Tints of Light Slate Blue #9C7DFB

RGB

 RED value IS 156 (61.33% from 255) = 29.32%

 GREEN value IS 125 (49.22% from 255) = 23.5%

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

R = 29.32%
G = 23.5%
B = 47.18%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C7DFB (or 0x9C7DFB) is known color: Light Slate Blue. HEX triplet: 9C, 7D and FB. RGB value is (156,125,251). Sum of RGB (Red+Green+Blue) = 156+125+251=532 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.32% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C7DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7DFB is #638204. Grayscale: #949494. Windows color (decimal): -6521349 or 16481692. OLE color: 16481692.

HSL color Cylindrical-coordinate representation of color #9C7DFB: hue angle of 254.76º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C7DFB is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 125 251 -
CMYK 0.38 0.50 0 0.02
HSL 254.76º 0.94% 0.74% -
HSV(B) 254.76º 0.5% 0.98% -
XYZ 38.46 28.7 94.78 -
YUV 148.63 185.77 133.25 -
System Red Green Blue C M Y K H S L
Decimal 156 125 251 0.38 0.50 0 0.02 254.76 0.94 0.74
Hex 9C 7D FB 26 32 0 2 FF 5E 4A
Octal 234 175 373 46 62 0 2 377 136 112
Binary 10011100 1111101 11111011 100110 110010 0 10 11111111 1011110 1001010

Color Harmonies of #9C7DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7DFB

Black with #9C7DFB

Text Example


Text Example

White with #9C7DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,125,251); }

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

background-color css

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

 a { background-color: rgb(156,125,251); }

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

border-color css

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

 span { border-color: rgb(156,125,251); }

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