#7675CA

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

Shades of Moody Blue #7675CA

Tints of Moody Blue #7675CA

Color information

#7675CA (or 0x7675CA) is unknown color: approx Moody Blue. HEX triplet: 76, 75 and CA. RGB value is (118,117,202). Sum of RGB (Red+Green+Blue) = 118+117+202=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #7675CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7675CA is #898A35. Grayscale: #7E7E7E. Windows color (decimal): -9013814 or 13268342. OLE color: 13268342.

HSL color Cylindrical-coordinate representation of color #7675CA: hue angle of 240.71º degrees, saturation: 0.45, 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 #7675CA is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB118117202-
CMYK0.420.4200.21
HSL240.71º44.5%62.55%-
HSV(B)240.71º42.08%79.22%-
XYZ24.4920.8458.61-
YUV126.99170.33121.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.00%
GREEN value IS 117 (46.09% from 255) = 26.77%
BLUE value IS 202 (79.30% from 255) = 46.22%
R=27.00%
G=26.77%
B=46.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181172020.420.4200.21240.7144.562.55
Hex7675CA2A2A015f12d3f
Octal16616531252520253615577
Binary111011011101011100101010101010101001010111110001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7675CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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