#9C7BF8

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

Shades of Light Slate Blue #9C7BF8

Tints of Light Slate Blue #9C7BF8

Color information

#9C7BF8 (or 0x9C7BF8) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 7B and F8. RGB value is (156,123,248). Sum of RGB (Red+Green+Blue) = 156+123+248=527 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.60% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 248 (97.27% from 255 or 47.06% from 527); Max value from RGB is 248 - color contains mainly: blue. Hex color #9C7BF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7BF8 is #638407. Grayscale: #929292. Windows color (decimal): -6521864 or 16284572. OLE color: 16284572.

HSL color Cylindrical-coordinate representation of color #9C7BF8: hue angle of 255.84º 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 #9C7BF8 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB156123248-
CMYK0.370.5000.03
HSL255.84º89.93%72.75%-
HSV(B)255.84º50.4%97.25%-
XYZ37.7428.0192.22-
YUV147.12184.93134.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.60%
GREEN value IS 123 (48.44% from 255) = 23.34%
BLUE value IS 248 (97.27% from 255) = 47.06%
R=29.60%
G=23.34%
B=47.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1561232480.370.5000.03255.8489.9372.75
Hex9C7BF82532031005a49
Octal234173370456203400132111
Binary1001110011110111111100010010111001001110000000010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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