Html Css Color HEX #7C7EDB Moody Blue

📋 copy color: '#7C7EDB'

red 124 ◦ green 126 ◦ blue 219

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

Shades of Moody Blue #7C7EDB

Tints of Moody Blue #7C7EDB

RGB

 RED value IS 124 (48.83% from 255) = 26.44%

 GREEN value IS 126 (49.61% from 255) = 26.87%

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

R = 26.44%
G = 26.87%
B = 46.7%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C7EDB (or 0x7C7EDB) is known color: Moody Blue. HEX triplet: 7C, 7E and DB. RGB value is (124,126,219). Sum of RGB (Red+Green+Blue) = 124+126+219=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C7EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7EDB is #838124. Grayscale: #878787. Windows color (decimal): -8618277 or 14384764. OLE color: 14384764.

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

Color convert

RGB 124 126 219 -
CMYK 0.43 0.42 0 0.14
HSL 238.74º 0.57% 0.67% -
HSV(B) 238.74º 0.43% 0.86% -
XYZ 28.56 24.32 70.21 -
YUV 136 174.84 119.44 -
System Red Green Blue C M Y K H S L
Decimal 124 126 219 0.43 0.42 0 0.14 238.74 0.57 0.67
Hex 7C 7E DB 2B 2A 0 E EF 39 43
Octal 174 176 333 53 52 0 16 357 71 103
Binary 1111100 1111110 11011011 101011 101010 0 1110 11101111 111001 1000011

Color Harmonies of #7C7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7EDB

Black with #7C7EDB

Text Example


Text Example

White with #7C7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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