#7875C6

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

Shades of Moody Blue #7875C6

Tints of Moody Blue #7875C6

Color information

#7875C6 (or 0x7875C6) is unknown color: approx Moody Blue. HEX triplet: 78, 75 and C6. RGB value is (120,117,198). Sum of RGB (Red+Green+Blue) = 120+117+198=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #7875C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7875C6 is #878A39. Grayscale: #7E7E7E. Windows color (decimal): -8882746 or 13006200. OLE color: 13006200.

HSL color Cylindrical-coordinate representation of color #7875C6: hue angle of 242.22º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7875C6 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB120117198-
CMYK0.390.4100.22
HSL242.22º41.54%61.76%-
HSV(B)242.22º40.91%77.65%-
XYZ24.320.7956.16-
YUV127.13167.99122.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.59%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 198 (77.73% from 255) = 45.52%
R=27.59%
G=26.90%
B=45.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1201171980.390.4100.22242.2241.5461.76
Hex7875C62729016f22a3e
Octal17016530647510263625276
Binary111100011101011100011010011110100101011011110010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7875C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7875C6; }

 p { color: rgb(120,117,198); }

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

<style>
 a { background-color: #7875C6; }

 a { background-color: rgb(120,117,198); }

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

<style>
 span { border-color: #7875C6; }

 span { border-color: rgb(120,117,198); }

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