#9C7DFE

Color #9C7DFE Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9C7DFE

Tints of Light Slate Blue #9C7DFE

Color information

#9C7DFE (or 0x9C7DFE) is unknown color: approx 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

RGB156125254-
CMYK0.390.5100.00
HSL254.42º98.47%74.31%-
HSV(B)254.42º50.79%99.61%-
XYZ38.9328.8997.29-
YUV148.98187.27133.01-

RGB Variations

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

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 (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1561252540.390.5100.00254.4298.4774.31
Hex9C7DFE273300fe624a
Octal234175376476300376142112
Binary10011100111110111111110100111110011001111111011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>