Html Css Color HEX #9C7DFE Light Slate Blue

📋 copy color: '#9C7DFE'

red 156 ◦ green 125 ◦ blue 254

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

Shades of Light Slate Blue #9C7DFE

Tints of Light Slate Blue #9C7DFE

RGB

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

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

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

R = 29.16%
G = 23.36%
B = 47.48%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9C7DFE (or 0x9C7DFE) is known color: Light Slate Blue. HEX triplet: 9C, 7D and FE. RGB value is (156,125,254). Sum of RGB (Red+Green+Blue) = 156+125+254=535 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.16% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C7DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7DFE is #638201. Grayscale: #949494. Windows color (decimal): -6521346 or 16678300. OLE color: 16678300.

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

Color convert

RGB 156 125 254 -
CMYK 0.39 0.51 0 0.00
HSL 254.42º 0.98% 0.74% -
HSV(B) 254.42º 0.51% 1% -
XYZ 38.93 28.89 97.29 -
YUV 148.98 187.27 133.01 -
System Red Green Blue C M Y K H S L
Decimal 156 125 254 0.39 0.51 0 0.00 254.42 0.98 0.74
Hex 9C 7D FE 27 33 0 0 FE 62 4A
Octal 234 175 376 47 63 0 0 376 142 112
Binary 10011100 1111101 11111110 100111 110011 0 0 11111110 1100010 1001010

Color Harmonies of #9C7DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7DFE

Black with #9C7DFE

Text Example


Text Example

White with #9C7DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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