Html Css Color HEX #7079CE Moody Blue

📋 copy color: '#7079CE'

red 112 ◦ green 121 ◦ blue 206

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

Shades of Moody Blue #7079CE

Tints of Moody Blue #7079CE

RGB

 RED value IS 112 (44.14% from 255) = 25.51%

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

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 25.51%
G = 27.56%
B = 46.92%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7079CE (or 0x7079CE) is known color: Moody Blue. HEX triplet: 70, 79 and CE. RGB value is (112,121,206). Sum of RGB (Red+Green+Blue) = 112+121+206=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #7079CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7079CE is #8F8631. Grayscale: #7F7F7F. Windows color (decimal): -9406002 or 13531504. OLE color: 13531504.

HSL color Cylindrical-coordinate representation of color #7079CE: hue angle of 234.26º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7079CE is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 121 206 -
CMYK 0.46 0.41 0 0.19
HSL 234.26º 0.49% 0.62% -
HSV(B) 234.26º 0.46% 0.81% -
XYZ 24.66 21.58 61.26 -
YUV 128 172.02 116.59 -
System Red Green Blue C M Y K H S L
Decimal 112 121 206 0.46 0.41 0 0.19 234.26 0.49 0.62
Hex 70 79 CE 2E 29 0 13 EA 31 3E
Octal 160 171 316 56 51 0 23 352 61 76
Binary 1110000 1111001 11001110 101110 101001 0 10011 11101010 110001 111110

Color Harmonies of #7079CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7079CE

Black with #7079CE

Text Example


Text Example

White with #7079CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7079CE; }

 p { color: rgb(112,121,206); }

 H1.HeaderClassName
 {
   color: #7079CE;
 }
 .AnyTagClassName
 {
   color: #7079CE;
 }
</style>

background-color css

<style>
 a { background-color: #7079CE; }

 a { background-color: rgb(112,121,206); }

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

border-color css

<style>
 span { border-color: #7079CE; }

 span { border-color: rgb(112,121,206); }

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