#7D70CA

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

Shades of Moody Blue #7D70CA

Tints of Moody Blue #7D70CA

Color information

#7D70CA (or 0x7D70CA) is unknown color: approx Moody Blue. HEX triplet: 7D, 70 and CA. RGB value is (125,112,202). Sum of RGB (Red+Green+Blue) = 125+112+202=439 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.47% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D70CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D70CA is #828F35. Grayscale: #7D7D7D. Windows color (decimal): -8556342 or 13267069. OLE color: 13267069.

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

Color convert

RGB125112202-
CMYK0.380.4500.21
HSL248.67º45.92%61.57%-
HSV(B)248.67º44.55%79.22%-
XYZ24.9120.2158.47-
YUV126.15170.81127.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.47%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=28.47%
G=25.51%
B=46.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1251122020.380.4500.21248.6745.9261.57
Hex7D70CA262D015f92e3e
Octal17516031246550253715676
Binary111110111100001100101010011010110101010111111001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D70CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,112,202); }

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

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

 a { background-color: rgb(125,112,202); }

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

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

 span { border-color: rgb(125,112,202); }

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