Html Css Color HEX #707ADB Moody Blue

📋 copy color: '#707ADB'

red 112 ◦ green 122 ◦ blue 219

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

Shades of Moody Blue #707ADB

Tints of Moody Blue #707ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.34%

R = 24.72%
G = 26.93%
B = 48.34%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#707ADB (or 0x707ADB) is known color: Moody Blue. HEX triplet: 70, 7A and DB. RGB value is (112,122,219). Sum of RGB (Red+Green+Blue) = 112+122+219=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #707ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707ADB is #8F8524. Grayscale: #818181. Windows color (decimal): -9405733 or 14383728. OLE color: 14383728.

HSL color Cylindrical-coordinate representation of color #707ADB: hue angle of 234.39º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #707ADB is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 122 219 -
CMYK 0.49 0.44 0 0.14
HSL 234.39º 0.6% 0.65% -
HSV(B) 234.39º 0.49% 0.86% -
XYZ 26.43 22.48 69.96 -
YUV 130.07 178.19 115.11 -
System Red Green Blue C M Y K H S L
Decimal 112 122 219 0.49 0.44 0 0.14 234.39 0.6 0.65
Hex 70 7A DB 31 2C 0 E EA 3C 41
Octal 160 172 333 61 54 0 16 352 74 101
Binary 1110000 1111010 11011011 110001 101100 0 1110 11101010 111100 1000001

Color Harmonies of #707ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707ADB

Black with #707ADB

Text Example


Text Example

White with #707ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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