Html Css Color HEX #7E7ADB Moody Blue

📋 copy color: '#7E7ADB'

red 126 ◦ green 122 ◦ blue 219

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

Shades of Moody Blue #7E7ADB

Tints of Moody Blue #7E7ADB

RGB

 RED value IS 126 (49.61% from 255) = 26.98%

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

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

R = 26.98%
G = 26.12%
B = 46.9%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E7ADB (or 0x7E7ADB) is known color: Moody Blue. HEX triplet: 7E, 7A and DB. RGB value is (126,122,219). Sum of RGB (Red+Green+Blue) = 126+122+219=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E7ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7ADB is #818524. Grayscale: #858585. Windows color (decimal): -8488229 or 14383742. OLE color: 14383742.

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

Color convert

RGB 126 122 219 -
CMYK 0.42 0.44 0 0.14
HSL 242.47º 0.57% 0.67% -
HSV(B) 242.47º 0.44% 0.86% -
XYZ 28.35 23.47 70.05 -
YUV 134.25 175.83 122.11 -
System Red Green Blue C M Y K H S L
Decimal 126 122 219 0.42 0.44 0 0.14 242.47 0.57 0.67
Hex 7E 7A DB 2A 2C 0 E F2 39 43
Octal 176 172 333 52 54 0 16 362 71 103
Binary 1111110 1111010 11011011 101010 101100 0 1110 11110010 111001 1000011

Color Harmonies of #7E7ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7ADB

Black with #7E7ADB

Text Example


Text Example

White with #7E7ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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