#7F6ACA

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

Shades of Moody Blue #7F6ACA

Tints of Moody Blue #7F6ACA

Color information

#7F6ACA (or 0x7F6ACA) is unknown color: approx Moody Blue. HEX triplet: 7F, 6A and CA. RGB value is (127,106,202). Sum of RGB (Red+Green+Blue) = 127+106+202=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F6ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6ACA is #809535. Grayscale: #7A7A7A. Windows color (decimal): -8426806 or 13265535. OLE color: 13265535.

HSL color Cylindrical-coordinate representation of color #7F6ACA: hue angle of 253.12º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F6ACA is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB127106202-
CMYK0.370.4800.21
HSL253.12º47.52%60.39%-
HSV(B)253.12º47.52%79.22%-
XYZ24.5719.0858.27-
YUV123.22172.46130.69-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.20%
GREEN value IS 106 (41.80% from 255) = 24.37%
BLUE value IS 202 (79.30% from 255) = 46.44%
R=29.20%
G=24.37%
B=46.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1271062020.370.4800.21253.1247.5260.39
Hex7F6ACA2530015fd303c
Octal17715231245600253756074
Binary111111111010101100101010010111000001010111111101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,106,202); }

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

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

 a { background-color: rgb(127,106,202); }

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

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

 span { border-color: rgb(127,106,202); }

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