Html Css Color HEX #707BDB Moody Blue

📋 copy color: '#707BDB'

red 112 ◦ green 123 ◦ blue 219

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

Shades of Moody Blue #707BDB

Tints of Moody Blue #707BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.09%

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

R = 24.67%
G = 27.09%
B = 48.24%

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

#707BDB (or 0x707BDB) is known color: Moody Blue. HEX triplet: 70, 7B and DB. RGB value is (112,123,219). Sum of RGB (Red+Green+Blue) = 112+123+219=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #707BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707BDB is #8F8424. Grayscale: #828282. Windows color (decimal): -9405477 or 14383984. OLE color: 14383984.

HSL color Cylindrical-coordinate representation of color #707BDB: hue angle of 233.83º 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 #707BDB is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 123 219 -
CMYK 0.49 0.44 0 0.14
HSL 233.83º 0.6% 0.65% -
HSV(B) 233.83º 0.49% 0.86% -
XYZ 26.55 22.73 70 -
YUV 130.66 177.86 114.69 -
System Red Green Blue C M Y K H S L
Decimal 112 123 219 0.49 0.44 0 0.14 233.83 0.6 0.65
Hex 70 7B DB 31 2C 0 E EA 3C 41
Octal 160 173 333 61 54 0 16 352 74 101
Binary 1110000 1111011 11011011 110001 101100 0 1110 11101010 111100 1000001

Color Harmonies of #707BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707BDB

Black with #707BDB

Text Example


Text Example

White with #707BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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