#7A7FCE

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

Shades of Moody Blue #7A7FCE

Tints of Moody Blue #7A7FCE

Color information

#7A7FCE (or 0x7A7FCE) is unknown color: approx Moody Blue. HEX triplet: 7A, 7F and CE. RGB value is (122,127,206). Sum of RGB (Red+Green+Blue) = 122+127+206=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A7FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7FCE is #858031. Grayscale: #868686. Windows color (decimal): -8749106 or 13533050. OLE color: 13533050.

HSL color Cylindrical-coordinate representation of color #7A7FCE: hue angle of 236.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A7FCE is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB122127206-
CMYK0.410.3800.19
HSL236.43º46.15%64.31%-
HSV(B)236.43º40.78%80.78%-
XYZ26.7623.7761.57-
YUV134.51168.34119.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.81%
GREEN value IS 127 (50% from 255) = 27.91%
BLUE value IS 206 (80.86% from 255) = 45.27%
R=26.81%
G=27.91%
B=45.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221272060.410.3800.19236.4346.1564.31
Hex7A7FCE2926013ec2e40
Octal172177316514602335456100
Binary1111010111111111001110101001100110010011111011001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,127,206); }

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

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

 a { background-color: rgb(122,127,206); }

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

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

 span { border-color: rgb(122,127,206); }

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