#9C7CF8

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

Shades of Light Slate Blue #9C7CF8

Tints of Light Slate Blue #9C7CF8

Color information

#9C7CF8 (or 0x9C7CF8) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 7C and F8. RGB value is (156,124,248). Sum of RGB (Red+Green+Blue) = 156+124+248=528 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.55% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 248 - color contains mainly: blue. Hex color #9C7CF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7CF8 is #638307. Grayscale: #939393. Windows color (decimal): -6521608 or 16284828. OLE color: 16284828.

HSL color Cylindrical-coordinate representation of color #9C7CF8: hue angle of 255.48º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C7CF8 is Cyan = 0.37, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB156124248-
CMYK0.370.500.03
HSL255.48º89.86%72.94%-
HSV(B)255.48º50%97.25%-
XYZ37.8628.2692.27-
YUV147.7184.6133.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.55%
GREEN value IS 124 (48.83% from 255) = 23.48%
BLUE value IS 248 (97.27% from 255) = 46.97%
R=29.55%
G=23.48%
B=46.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1561242480.370.500.03255.4889.8672.94
Hex9C7CF8253203ff5a49
Octal234174370456203377132111
Binary100111001111100111110001001011100100111111111110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,124,248); }

 H1.HeaderClassName
 {
   color: #9C7CF8;
 }
 .AnyTagClassName
 {
   color: #9C7CF8;
 }
</style>
background-color css

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

 a { background-color: rgb(156,124,248); }

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

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

 span { border-color: rgb(156,124,248); }

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