Html Css Color HEX #7A7DDB Moody Blue

📋 copy color: '#7A7DDB'

red 122 ◦ green 125 ◦ blue 219

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

Shades of Moody Blue #7A7DDB

Tints of Moody Blue #7A7DDB

RGB

 RED value IS 122 (48.05% from 255) = 26.18%

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

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

R = 26.18%
G = 26.82%
B = 47%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A7DDB (or 0x7A7DDB) is known color: Moody Blue. HEX triplet: 7A, 7D and DB. RGB value is (122,125,219). Sum of RGB (Red+Green+Blue) = 122+125+219=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A7DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7DDB is #858224. Grayscale: #868686. Windows color (decimal): -8749605 or 14384506. OLE color: 14384506.

HSL color Cylindrical-coordinate representation of color #7A7DDB: hue angle of 238.14º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A7DDB is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 125 219 -
CMYK 0.44 0.43 0 0.14
HSL 238.14º 0.57% 0.67% -
HSV(B) 238.14º 0.44% 0.86% -
XYZ 28.15 23.92 70.15 -
YUV 134.82 175.51 118.86 -
System Red Green Blue C M Y K H S L
Decimal 122 125 219 0.44 0.43 0 0.14 238.14 0.57 0.67
Hex 7A 7D DB 2C 2B 0 E EE 39 43
Octal 172 175 333 54 53 0 16 356 71 103
Binary 1111010 1111101 11011011 101100 101011 0 1110 11101110 111001 1000011

Color Harmonies of #7A7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7DDB

Black with #7A7DDB

Text Example


Text Example

White with #7A7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A7DDB;
 }
 .AnyTagClassName
 {
   color: #7A7DDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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