#7F56CC

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

Shades of Slate Blue #7F56CC

Tints of Slate Blue #7F56CC

Color information

#7F56CC (or 0x7F56CC) is unknown color: approx Slate Blue. HEX triplet: 7F, 56 and CC. RGB value is (127,86,204). Sum of RGB (Red+Green+Blue) = 127+86+204=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F56CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F56CC is #80A933. Grayscale: #6F6F6F. Windows color (decimal): -8431924 or 13391487. OLE color: 13391487.

HSL color Cylindrical-coordinate representation of color #7F56CC: hue angle of 260.85º 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 #7F56CC is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12786204-
CMYK0.380.5800.2
HSL260.85º53.64%56.86%-
HSV(B)260.85º57.84%80%-
XYZ22.9815.5358.91-
YUV111.71180.08138.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.46%
GREEN value IS 86 (33.98% from 255) = 20.62%
BLUE value IS 204 (80.08% from 255) = 48.92%
R=30.46%
G=20.62%
B=48.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal127862040.380.5800.2260.8553.6456.86
Hex7F56CC263A0141053639
Octal17712631446720244056671
Binary1111111101011011001100100110111010010100100000101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F56CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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