Html Css Color HEX #7D79DB Moody Blue

📋 copy color: '#7D79DB'

red 125 ◦ green 121 ◦ blue 219

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

Shades of Moody Blue #7D79DB

Tints of Moody Blue #7D79DB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.02%

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

R = 26.88%
G = 26.02%
B = 47.1%

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

#7D79DB (or 0x7D79DB) is known color: Moody Blue. HEX triplet: 7D, 79 and DB. RGB value is (125,121,219). Sum of RGB (Red+Green+Blue) = 125+121+219=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D79DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D79DB is #828624. Grayscale: #848484. Windows color (decimal): -8554021 or 14383485. OLE color: 14383485.

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

Color convert

RGB 125 121 219 -
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.08 23.15 70.01 -
YUV 133.37 176.33 122.03 -
System Red Green Blue C M Y K H S L
Decimal 125 121 219 0.43 0.45 0 0.14 242.45 0.58 0.67
Hex 7D 79 DB 2B 2D 0 E F2 3A 43
Octal 175 171 333 53 55 0 16 362 72 103
Binary 1111101 1111001 11011011 101011 101101 0 1110 11110010 111010 1000011

Color Harmonies of #7D79DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D79DB

Black with #7D79DB

Text Example


Text Example

White with #7D79DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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