Html Css Color HEX #7074D6 Moody Blue

📋 copy color: '#7074D6'

red 112 ◦ green 116 ◦ blue 214

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

Shades of Moody Blue #7074D6

Tints of Moody Blue #7074D6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.24%

 BLUE value IS 214 (83.98% from 255) = 48.42%

R = 25.34%
G = 26.24%
B = 48.42%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7074D6 (or 0x7074D6) is known color: Moody Blue. HEX triplet: 70, 74 and D6. RGB value is (112,116,214). Sum of RGB (Red+Green+Blue) = 112+116+214=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 214 (83.98% from 255 or 48.42% from 442); Max value from RGB is 214 - color contains mainly: blue. Hex color #7074D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7074D6 is #8F8B29. Grayscale: #7D7D7D. Windows color (decimal): -9407274 or 14054512. OLE color: 14054512.

HSL color Cylindrical-coordinate representation of color #7074D6: hue angle of 237.65º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7074D6 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 116 214 -
CMYK 0.48 0.46 0 0.16
HSL 237.65º 0.55% 0.64% -
HSV(B) 237.65º 0.48% 0.84% -
XYZ 25.07 20.79 66.31 -
YUV 125.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 112 116 214 0.48 0.46 0 0.16 237.65 0.55 0.64
Hex 70 74 D6 30 2E 0 10 EE 37 40
Octal 160 164 326 60 56 0 20 356 67 100
Binary 1110000 1110100 11010110 110000 101110 0 10000 11101110 110111 1000000

Color Harmonies of #7074D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7074D6

Black with #7074D6

Text Example


Text Example

White with #7074D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7074D6; }

 p { color: rgb(112,116,214); }

 H1.HeaderClassName
 {
   color: #7074D6;
 }
 .AnyTagClassName
 {
   color: #7074D6;
 }
</style>

background-color css

<style>
 a { background-color: #7074D6; }

 a { background-color: rgb(112,116,214); }

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

border-color css

<style>
 span { border-color: #7074D6; }

 span { border-color: rgb(112,116,214); }

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