#7671CA

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

Shades of Moody Blue #7671CA

Tints of Moody Blue #7671CA

Color information

#7671CA (or 0x7671CA) is unknown color: approx Moody Blue. HEX triplet: 76, 71 and CA. RGB value is (118,113,202). Sum of RGB (Red+Green+Blue) = 118+113+202=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #7671CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7671CA is #898E35. Grayscale: #7C7C7C. Windows color (decimal): -9014838 or 13267318. OLE color: 13267318.

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

Color convert

RGB118113202-
CMYK0.420.4400.21
HSL243.37º45.64%61.76%-
HSV(B)243.37º44.06%79.22%-
XYZ24.0419.9358.46-
YUV124.64171.66123.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.25%
GREEN value IS 113 (44.53% from 255) = 26.10%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=27.25%
G=26.10%
B=46.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181132020.420.4400.21243.3745.6461.76
Hex7671CA2A2C015f32e3e
Octal16616131252540253635676
Binary111011011100011100101010101010110001010111110011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7671CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7671CA; }

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

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

<style>
 a { background-color: #7671CA; }

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

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

<style>
 span { border-color: #7671CA; }

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

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