#7F51CD

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

Shades of Slate Blue #7F51CD

Tints of Slate Blue #7F51CD

Color information

#7F51CD (or 0x7F51CD) is unknown color: approx Slate Blue. HEX triplet: 7F, 51 and CD. RGB value is (127,81,205). Sum of RGB (Red+Green+Blue) = 127+81+205=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F51CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F51CD is #80AE32. Grayscale: #6C6C6C. Windows color (decimal): -8433203 or 13455743. OLE color: 13455743.

HSL color Cylindrical-coordinate representation of color #7F51CD: hue angle of 262.26º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F51CD is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12781205-
CMYK0.380.6000.20
HSL262.26º55.36%56.08%-
HSV(B)262.26º60.49%80.39%-
XYZ22.7114.859.42-
YUV108.89182.24140.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.75%
GREEN value IS 81 (32.03% from 255) = 19.61%
BLUE value IS 205 (80.47% from 255) = 49.64%
R=30.75%
G=19.61%
B=49.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal127812050.380.6000.20262.2655.3656.08
Hex7F51CD263C0141063738
Octal17712131546740244066770
Binary1111111101000111001101100110111100010100100000110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F51CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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