#7F57CD

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

Shades of Slate Blue #7F57CD

Tints of Slate Blue #7F57CD

Color information

#7F57CD (or 0x7F57CD) is unknown color: approx Slate Blue. HEX triplet: 7F, 57 and CD. RGB value is (127,87,205). Sum of RGB (Red+Green+Blue) = 127+87+205=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F57CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F57CD is #80A832. Grayscale: #6F6F6F. Windows color (decimal): -8431667 or 13457279. OLE color: 13457279.

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

Color convert

RGB12787205-
CMYK0.380.5800.20
HSL260.34º54.13%57.25%-
HSV(B)260.34º57.56%80.39%-
XYZ23.1815.7459.57-
YUV112.41180.25138.41-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.31%
GREEN value IS 87 (34.38% from 255) = 20.76%
BLUE value IS 205 (80.47% from 255) = 48.93%
R=30.31%
G=20.76%
B=48.93%

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
Decimal127872050.380.5800.20260.3454.1357.25
Hex7F57CD263A0141043639
Octal17712731546720244046671
Binary1111111101011111001101100110111010010100100000100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F57CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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