Html Css Color HEX #7D7EC9 Moody Blue

📋 copy color: '#7D7EC9'

red 125 ◦ green 126 ◦ blue 201

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

Shades of Moody Blue #7D7EC9

Tints of Moody Blue #7D7EC9

RGB

 RED value IS 125 (49.22% from 255) = 27.65%

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

 BLUE value IS 201 (78.91% from 255) = 44.47%

R = 27.65%
G = 27.88%
B = 44.47%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7D7EC9 (or 0x7D7EC9) is known color: Moody Blue. HEX triplet: 7D, 7E and C9. RGB value is (125,126,201). Sum of RGB (Red+Green+Blue) = 125+126+201=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 201 - color contains mainly: blue. Hex color #7D7EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7EC9 is #828136. Grayscale: #858585. Windows color (decimal): -8552759 or 13205117. OLE color: 13205117.

HSL color Cylindrical-coordinate representation of color #7D7EC9: hue angle of 239.21º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D7EC9 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 126 201 -
CMYK 0.38 0.37 0 0.21
HSL 239.21º 0.41% 0.64% -
HSV(B) 239.21º 0.38% 0.79% -
XYZ 26.46 23.5 58.4 -
YUV 134.25 165.67 121.4 -
System Red Green Blue C M Y K H S L
Decimal 125 126 201 0.38 0.37 0 0.21 239.21 0.41 0.64
Hex 7D 7E C9 26 25 0 15 EF 29 40
Octal 175 176 311 46 45 0 25 357 51 100
Binary 1111101 1111110 11001001 100110 100101 0 10101 11101111 101001 1000000

Color Harmonies of #7D7EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7EC9

Black with #7D7EC9

Text Example


Text Example

White with #7D7EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,126,201); }

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

background-color css

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

 a { background-color: rgb(125,126,201); }

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

border-color css

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

 span { border-color: rgb(125,126,201); }

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