Html Css Color HEX #707AD9 Moody Blue

📋 copy color: '#707AD9'

red 112 ◦ green 122 ◦ blue 217

#707AD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #707AD9

Tints of Moody Blue #707AD9

RGB

 RED value IS 112 (44.14% from 255) = 24.83%

 GREEN value IS 122 (48.05% from 255) = 27.05%

 BLUE value IS 217 (85.16% from 255) = 48.12%

R = 24.83%
G = 27.05%
B = 48.12%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#707AD9 (or 0x707AD9) is known color: Moody Blue. HEX triplet: 70, 7A and D9. RGB value is (112,122,217). Sum of RGB (Red+Green+Blue) = 112+122+217=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 217 (85.16% from 255 or 48.12% from 451); Max value from RGB is 217 - color contains mainly: blue. Hex color #707AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707AD9 is #8F8526. Grayscale: #818181. Windows color (decimal): -9405735 or 14252656. OLE color: 14252656.

HSL color Cylindrical-coordinate representation of color #707AD9: hue angle of 234.29º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #707AD9 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 122 217 -
CMYK 0.48 0.44 0 0.15
HSL 234.29º 0.58% 0.65% -
HSV(B) 234.29º 0.48% 0.85% -
XYZ 26.17 22.37 68.59 -
YUV 129.84 177.19 115.28 -
System Red Green Blue C M Y K H S L
Decimal 112 122 217 0.48 0.44 0 0.15 234.29 0.58 0.65
Hex 70 7A D9 30 2C 0 F EA 3A 41
Octal 160 172 331 60 54 0 17 352 72 101
Binary 1110000 1111010 11011001 110000 101100 0 1111 11101010 111010 1000001

Color Harmonies of #707AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707AD9

Black with #707AD9

Text Example


Text Example

White with #707AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707AD9; }

 p { color: rgb(112,122,217); }

 H1.HeaderClassName
 {
   color: #707AD9;
 }
 .AnyTagClassName
 {
   color: #707AD9;
 }
</style>

background-color css

<style>
 a { background-color: #707AD9; }

 a { background-color: rgb(112,122,217); }

 div.DivClassName
 {
   background-color: #707AD9;
 }
 .BgClassName
 {
   background-color: #707AD9;
 }
</style>

border-color css

<style>
 span { border-color: #707AD9; }

 span { border-color: rgb(112,122,217); }

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