#766CCA

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

Shades of Moody Blue #766CCA

Tints of Moody Blue #766CCA

Color information

#766CCA (or 0x766CCA) is unknown color: approx Moody Blue. HEX triplet: 76, 6C and CA. RGB value is (118,108,202). Sum of RGB (Red+Green+Blue) = 118+108+202=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #766CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CCA is #899335. Grayscale: #797979. Windows color (decimal): -9016118 or 13266038. OLE color: 13266038.

HSL color Cylindrical-coordinate representation of color #766CCA: hue angle of 246.38º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #766CCA is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB118108202-
CMYK0.420.4700.21
HSL246.38º47%60.78%-
HSV(B)246.38º46.53%79.22%-
XYZ23.4918.8458.28-
YUV121.71173.31125.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.57%
GREEN value IS 108 (42.58% from 255) = 25.23%
BLUE value IS 202 (79.30% from 255) = 47.20%
R=27.57%
G=25.23%
B=47.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181082020.420.4700.21246.384760.78
Hex766CCA2A2F015f62f3d
Octal16615431252570253665775
Binary111011011011001100101010101010111101010111110110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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