Html Css Color HEX #7D76DB Moody Blue

📋 copy color: '#7D76DB'

red 125 ◦ green 118 ◦ blue 219

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

Shades of Moody Blue #7D76DB

Tints of Moody Blue #7D76DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.54%

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

R = 27.06%
G = 25.54%
B = 47.4%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D76DB (or 0x7D76DB) is known color: Moody Blue. HEX triplet: 7D, 76 and DB. RGB value is (125,118,219). Sum of RGB (Red+Green+Blue) = 125+118+219=462 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.06% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D76DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D76DB is #828924. Grayscale: #838383. Windows color (decimal): -8554789 or 14382717. OLE color: 14382717.

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

Color convert

RGB 125 118 219 -
CMYK 0.43 0.46 0 0.14
HSL 244.16º 0.58% 0.66% -
HSV(B) 244.16º 0.46% 0.86% -
XYZ 27.72 22.43 69.89 -
YUV 131.61 177.32 123.29 -
System Red Green Blue C M Y K H S L
Decimal 125 118 219 0.43 0.46 0 0.14 244.16 0.58 0.66
Hex 7D 76 DB 2B 2E 0 E F4 3A 42
Octal 175 166 333 53 56 0 16 364 72 102
Binary 1111101 1110110 11011011 101011 101110 0 1110 11110100 111010 1000010

Color Harmonies of #7D76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D76DB

Black with #7D76DB

Text Example


Text Example

White with #7D76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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