#7C75DB

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

Shades of Moody Blue #7C75DB

Tints of Moody Blue #7C75DB

Color information

#7C75DB (or 0x7C75DB) is unknown color: approx Moody Blue. HEX triplet: 7C, 75 and DB. RGB value is (124,117,219). Sum of RGB (Red+Green+Blue) = 124+117+219=460 (60% of max value = 765). Red value is 124 (48.83% from 255 or 26.96% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C75DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C75DB is #838A24. Grayscale: #828282. Windows color (decimal): -8620581 or 14382460. OLE color: 14382460.

HSL color Cylindrical-coordinate representation of color #7C75DB: hue angle of 244.12º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C75DB is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB124117219-
CMYK0.430.4700.14
HSL244.12º58.62%65.88%-
HSV(B)244.12º46.58%85.88%-
XYZ27.4622.1269.84-
YUV130.72177.82123.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.96%
GREEN value IS 117 (46.09% from 255) = 25.43%
BLUE value IS 219 (85.94% from 255) = 47.61%
R=26.96%
G=25.43%
B=47.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1241172190.430.4700.14244.1258.6265.88
Hex7C75DB2B2F0Ef43b42
Octal174165333535701636473102
Binary111110011101011101101110101110111101110111101001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C75DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C75DB; }

 p { color: rgb(124,117,219); }

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

<style>
 a { background-color: #7C75DB; }

 a { background-color: rgb(124,117,219); }

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

<style>
 span { border-color: #7C75DB; }

 span { border-color: rgb(124,117,219); }

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