Html Css Color HEX #7073CE Moody Blue

📋 copy color: '#7073CE'

red 112 ◦ green 115 ◦ blue 206

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

Shades of Moody Blue #7073CE

Tints of Moody Blue #7073CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.56%

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

R = 25.87%
G = 26.56%
B = 47.58%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7073CE (or 0x7073CE) is known color: Moody Blue. HEX triplet: 70, 73 and CE. RGB value is (112,115,206). Sum of RGB (Red+Green+Blue) = 112+115+206=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #7073CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7073CE is #8F8C31. Grayscale: #7C7C7C. Windows color (decimal): -9407538 or 13529968. OLE color: 13529968.

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

Color convert

RGB 112 115 206 -
CMYK 0.46 0.44 0 0.19
HSL 238.09º 0.49% 0.62% -
HSV(B) 238.09º 0.46% 0.81% -
XYZ 23.95 20.16 61.02 -
YUV 124.48 174.01 119.1 -
System Red Green Blue C M Y K H S L
Decimal 112 115 206 0.46 0.44 0 0.19 238.09 0.49 0.62
Hex 70 73 CE 2E 2C 0 13 EE 31 3E
Octal 160 163 316 56 54 0 23 356 61 76
Binary 1110000 1110011 11001110 101110 101100 0 10011 11101110 110001 111110

Color Harmonies of #7073CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7073CE

Black with #7073CE

Text Example


Text Example

White with #7073CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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