#7F56CD

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

Shades of Slate Blue #7F56CD

Tints of Slate Blue #7F56CD

Color information

#7F56CD (or 0x7F56CD) is unknown color: approx Slate Blue. HEX triplet: 7F, 56 and CD. RGB value is (127,86,205). Sum of RGB (Red+Green+Blue) = 127+86+205=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F56CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F56CD is #80A932. Grayscale: #6F6F6F. Windows color (decimal): -8431923 or 13457023. OLE color: 13457023.

HSL color Cylindrical-coordinate representation of color #7F56CD: hue angle of 260.67º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F56CD is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12786205-
CMYK0.380.5800.20
HSL260.67º54.34%57.06%-
HSV(B)260.67º58.05%80.39%-
XYZ23.115.5859.55-
YUV111.82180.58138.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.38%
GREEN value IS 86 (33.98% from 255) = 20.57%
BLUE value IS 205 (80.47% from 255) = 49.04%
R=30.38%
G=20.57%
B=49.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal127862050.380.5800.20260.6754.3457.06
Hex7F56CD263A0141053639
Octal17712631546720244056671
Binary1111111101011011001101100110111010010100100000101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F56CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F56CD; }

 p { color: rgb(127,86,205); }

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

<style>
 a { background-color: #7F56CD; }

 a { background-color: rgb(127,86,205); }

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

<style>
 span { border-color: #7F56CD; }

 span { border-color: rgb(127,86,205); }

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