Html Css Color HEX #7E7ADC Moody Blue

📋 copy color: '#7E7ADC'

red 126 ◦ green 122 ◦ blue 220

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

Shades of Moody Blue #7E7ADC

Tints of Moody Blue #7E7ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 26.92%
G = 26.07%
B = 47.01%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E7ADC (or 0x7E7ADC) is known color: Moody Blue. HEX triplet: 7E, 7A and DC. RGB value is (126,122,220). Sum of RGB (Red+Green+Blue) = 126+122+220=468 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.92% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E7ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7ADC is #818523. Grayscale: #858585. Windows color (decimal): -8488228 or 14449278. OLE color: 14449278.

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

Color convert

RGB 126 122 220 -
CMYK 0.43 0.45 0 0.14
HSL 242.45º 0.58% 0.67% -
HSV(B) 242.45º 0.45% 0.86% -
XYZ 28.48 23.52 70.75 -
YUV 134.37 176.33 122.03 -
System Red Green Blue C M Y K H S L
Decimal 126 122 220 0.43 0.45 0 0.14 242.45 0.58 0.67
Hex 7E 7A DC 2B 2D 0 E F2 3A 43
Octal 176 172 334 53 55 0 16 362 72 103
Binary 1111110 1111010 11011100 101011 101101 0 1110 11110010 111010 1000011

Color Harmonies of #7E7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7ADC

Black with #7E7ADC

Text Example


Text Example

White with #7E7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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