Html Css Color HEX #707DD7 Moody Blue

📋 copy color: '#707DD7'

red 112 ◦ green 125 ◦ blue 215

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

Shades of Moody Blue #707DD7

Tints of Moody Blue #707DD7

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.65%

 BLUE value IS 215 (84.38% from 255) = 47.57%

R = 24.78%
G = 27.65%
B = 47.57%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#707DD7 (or 0x707DD7) is known color: Moody Blue. HEX triplet: 70, 7D and D7. RGB value is (112,125,215). Sum of RGB (Red+Green+Blue) = 112+125+215=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 215 - color contains mainly: blue. Hex color #707DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DD7 is #8F8228. Grayscale: #838383. Windows color (decimal): -9404969 or 14122352. OLE color: 14122352.

HSL color Cylindrical-coordinate representation of color #707DD7: hue angle of 232.43º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #707DD7 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 125 215 -
CMYK 0.48 0.42 0 0.16
HSL 232.43º 0.56% 0.64% -
HSV(B) 232.43º 0.48% 0.84% -
XYZ 26.28 23.02 67.35 -
YUV 131.37 175.19 114.18 -
System Red Green Blue C M Y K H S L
Decimal 112 125 215 0.48 0.42 0 0.16 232.43 0.56 0.64
Hex 70 7D D7 30 2A 0 10 E8 38 40
Octal 160 175 327 60 52 0 20 350 70 100
Binary 1110000 1111101 11010111 110000 101010 0 10000 11101000 111000 1000000

Color Harmonies of #707DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DD7

Black with #707DD7

Text Example


Text Example

White with #707DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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