Html Css Color HEX #7D80DB Moody Blue

📋 copy color: '#7D80DB'

red 125 ◦ green 128 ◦ blue 219

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

Shades of Moody Blue #7D80DB

Tints of Moody Blue #7D80DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.12%

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

R = 26.48%
G = 27.12%
B = 46.4%

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

#7D80DB (or 0x7D80DB) is known color: Moody Blue. HEX triplet: 7D, 80 and DB. RGB value is (125,128,219). Sum of RGB (Red+Green+Blue) = 125+128+219=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D80DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D80DB is #827F24. Grayscale: #898989. Windows color (decimal): -8552229 or 14385277. OLE color: 14385277.

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

Color convert

RGB 125 128 219 -
CMYK 0.43 0.42 0 0.14
HSL 238.09º 0.57% 0.67% -
HSV(B) 238.09º 0.43% 0.86% -
XYZ 28.96 24.91 70.3 -
YUV 137.48 174.01 119.1 -
System Red Green Blue C M Y K H S L
Decimal 125 128 219 0.43 0.42 0 0.14 238.09 0.57 0.67
Hex 7D 80 DB 2B 2A 0 E EE 39 43
Octal 175 200 333 53 52 0 16 356 71 103
Binary 1111101 10000000 11011011 101011 101010 0 1110 11101110 111001 1000011

Color Harmonies of #7D80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D80DB

Black with #7D80DB

Text Example


Text Example

White with #7D80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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