Html Css Color HEX #7072CE Moody Blue

📋 copy color: '#7072CE'

red 112 ◦ green 114 ◦ blue 206

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

Shades of Moody Blue #7072CE

Tints of Moody Blue #7072CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.39%

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

R = 25.93%
G = 26.39%
B = 47.69%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7072CE (or 0x7072CE) is known color: Moody Blue. HEX triplet: 70, 72 and CE. RGB value is (112,114,206). Sum of RGB (Red+Green+Blue) = 112+114+206=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #7072CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7072CE is #8F8D31. Grayscale: #7B7B7B. Windows color (decimal): -9407794 or 13529712. OLE color: 13529712.

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

Color convert

RGB 112 114 206 -
CMYK 0.46 0.45 0 0.19
HSL 238.72º 0.49% 0.62% -
HSV(B) 238.72º 0.46% 0.81% -
XYZ 23.84 19.94 60.98 -
YUV 123.89 174.34 119.52 -
System Red Green Blue C M Y K H S L
Decimal 112 114 206 0.46 0.45 0 0.19 238.72 0.49 0.62
Hex 70 72 CE 2E 2D 0 13 EF 31 3E
Octal 160 162 316 56 55 0 23 357 61 76
Binary 1110000 1110010 11001110 101110 101101 0 10011 11101111 110001 111110

Color Harmonies of #7072CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7072CE

Black with #7072CE

Text Example


Text Example

White with #7072CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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