#767CCA

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

Shades of Moody Blue #767CCA

Tints of Moody Blue #767CCA

Color information

#767CCA (or 0x767CCA) is unknown color: approx Moody Blue. HEX triplet: 76, 7C and CA. RGB value is (118,124,202). Sum of RGB (Red+Green+Blue) = 118+124+202=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #767CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767CCA is #898335. Grayscale: #828282. Windows color (decimal): -9012022 or 13270134. OLE color: 13270134.

HSL color Cylindrical-coordinate representation of color #767CCA: hue angle of 235.71º 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 #767CCA is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB118124202-
CMYK0.420.3900.21
HSL235.71º44.21%62.75%-
HSV(B)235.71º41.58%79.22%-
XYZ25.3422.5358.89-
YUV131.1168.01118.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.58%
GREEN value IS 124 (48.83% from 255) = 27.93%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=26.58%
G=27.93%
B=45.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181242020.420.3900.21235.7144.2162.75
Hex767CCA2A27015ec2c3f
Octal16617431252470253545477
Binary111011011111001100101010101010011101010111101100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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