Html Css Color HEX #7074CA Moody Blue

📋 copy color: '#7074CA'

red 112 ◦ green 116 ◦ blue 202

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

Shades of Moody Blue #7074CA

Tints of Moody Blue #7074CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.98%

R = 26.05%
G = 26.98%
B = 46.98%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7074CA (or 0x7074CA) is known color: Moody Blue. HEX triplet: 70, 74 and CA. RGB value is (112,116,202). Sum of RGB (Red+Green+Blue) = 112+116+202=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #7074CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7074CA is #8F8B35. Grayscale: #7C7C7C. Windows color (decimal): -9407286 or 13268080. OLE color: 13268080.

HSL color Cylindrical-coordinate representation of color #7074CA: hue angle of 237.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7074CA is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 116 202 -
CMYK 0.45 0.43 0 0.21
HSL 237.33º 0.46% 0.62% -
HSV(B) 237.33º 0.45% 0.79% -
XYZ 23.59 20.2 58.53 -
YUV 124.61 171.67 119.01 -
System Red Green Blue C M Y K H S L
Decimal 112 116 202 0.45 0.43 0 0.21 237.33 0.46 0.62
Hex 70 74 CA 2D 2B 0 15 ED 2E 3E
Octal 160 164 312 55 53 0 25 355 56 76
Binary 1110000 1110100 11001010 101101 101011 0 10101 11101101 101110 111110

Color Harmonies of #7074CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7074CA

Black with #7074CA

Text Example


Text Example

White with #7074CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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