#7E4FCC

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

Shades of Slate Blue #7E4FCC

Tints of Slate Blue #7E4FCC

Color information

#7E4FCC (or 0x7E4FCC) is unknown color: approx Slate Blue. HEX triplet: 7E, 4F and CC. RGB value is (126,79,204). Sum of RGB (Red+Green+Blue) = 126+79+204=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E4FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4FCC is #81B033. Grayscale: #6A6A6A. Windows color (decimal): -8499252 or 13389694. OLE color: 13389694.

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

Color convert

RGB12679204-
CMYK0.380.6100.2
HSL262.56º55.07%55.49%-
HSV(B)262.56º61.27%80%-
XYZ22.314.3958.73-
YUV107.3182.57141.34-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.81%
GREEN value IS 79 (31.25% from 255) = 19.32%
BLUE value IS 204 (80.08% from 255) = 49.88%
R=30.81%
G=19.32%
B=49.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal126792040.380.6100.2262.5655.0755.49
Hex7E4FCC263D0141073737
Octal17611731446750244076767
Binary1111110100111111001100100110111101010100100000111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,79,204); }

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

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

 a { background-color: rgb(126,79,204); }

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

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

 span { border-color: rgb(126,79,204); }

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