#767ACA

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

Shades of Moody Blue #767ACA

Tints of Moody Blue #767ACA

Color information

#767ACA (or 0x767ACA) is unknown color: approx Moody Blue. HEX triplet: 76, 7A and CA. RGB value is (118,122,202). Sum of RGB (Red+Green+Blue) = 118+122+202=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #767ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ACA is #898535. Grayscale: #818181. Windows color (decimal): -9012534 or 13269622. OLE color: 13269622.

HSL color Cylindrical-coordinate representation of color #767ACA: hue angle of 237.14º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #767ACA is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB118122202-
CMYK0.420.4000.21
HSL237.14º44.21%62.75%-
HSV(B)237.14º41.58%79.22%-
XYZ25.0922.0358.81-
YUV129.92168.67119.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.70%
GREEN value IS 122 (48.05% from 255) = 27.60%
BLUE value IS 202 (79.30% from 255) = 45.70%
R=26.70%
G=27.60%
B=45.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181222020.420.4000.21237.1444.2162.75
Hex767ACA2A28015ed2c3f
Octal16617231252500253555477
Binary111011011110101100101010101010100001010111101101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767ACA; }

 p { color: rgb(118,122,202); }

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

<style>
 a { background-color: #767ACA; }

 a { background-color: rgb(118,122,202); }

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

<style>
 span { border-color: #767ACA; }

 span { border-color: rgb(118,122,202); }

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