Html Css Color HEX #7A79DB Moody Blue

📋 copy color: '#7A79DB'

red 122 ◦ green 121 ◦ blue 219

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

Shades of Moody Blue #7A79DB

Tints of Moody Blue #7A79DB

RGB

 RED value IS 122 (48.05% from 255) = 26.41%

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

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

R = 26.41%
G = 26.19%
B = 47.4%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A79DB (or 0x7A79DB) is known color: Moody Blue. HEX triplet: 7A, 79 and DB. RGB value is (122,121,219). Sum of RGB (Red+Green+Blue) = 122+121+219=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 121 (47.66% from 255 or 26.19% 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 #7A79DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A79DB is #858624. Grayscale: #848484. Windows color (decimal): -8750629 or 14383482. OLE color: 14383482.

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

Color convert

RGB 122 121 219 -
CMYK 0.44 0.45 0 0.14
HSL 240.61º 0.58% 0.67% -
HSV(B) 240.61º 0.45% 0.86% -
XYZ 27.65 22.93 69.99 -
YUV 132.47 176.83 120.53 -
System Red Green Blue C M Y K H S L
Decimal 122 121 219 0.44 0.45 0 0.14 240.61 0.58 0.67
Hex 7A 79 DB 2C 2D 0 E F1 3A 43
Octal 172 171 333 54 55 0 16 361 72 103
Binary 1111010 1111001 11011011 101100 101101 0 1110 11110001 111010 1000011

Color Harmonies of #7A79DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A79DB

Black with #7A79DB

Text Example


Text Example

White with #7A79DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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