Html Css Color HEX #7078CE Moody Blue

📋 copy color: '#7078CE'

red 112 ◦ green 120 ◦ blue 206

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

Shades of Moody Blue #7078CE

Tints of Moody Blue #7078CE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.4%

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

R = 25.57%
G = 27.4%
B = 47.03%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7078CE (or 0x7078CE) is known color: Moody Blue. HEX triplet: 70, 78 and CE. RGB value is (112,120,206). Sum of RGB (Red+Green+Blue) = 112+120+206=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #7078CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7078CE is #8F8731. Grayscale: #7F7F7F. Windows color (decimal): -9406258 or 13531248. OLE color: 13531248.

HSL color Cylindrical-coordinate representation of color #7078CE: hue angle of 234.89º 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 #7078CE is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 120 206 -
CMYK 0.46 0.42 0 0.19
HSL 234.89º 0.49% 0.62% -
HSV(B) 234.89º 0.46% 0.81% -
XYZ 24.54 21.33 61.22 -
YUV 127.41 172.35 117.01 -
System Red Green Blue C M Y K H S L
Decimal 112 120 206 0.46 0.42 0 0.19 234.89 0.49 0.62
Hex 70 78 CE 2E 2A 0 13 EB 31 3E
Octal 160 170 316 56 52 0 23 353 61 76
Binary 1110000 1111000 11001110 101110 101010 0 10011 11101011 110001 111110

Color Harmonies of #7078CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7078CE

Black with #7078CE

Text Example


Text Example

White with #7078CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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