Html Css Color HEX #7071CC Moody Blue

📋 copy color: '#7071CC'

red 112 ◦ green 113 ◦ blue 204

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

Shades of Moody Blue #7071CC

Tints of Moody Blue #7071CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.34%

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 26.11%
G = 26.34%
B = 47.55%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7071CC (or 0x7071CC) is known color: Moody Blue. HEX triplet: 70, 71 and CC. RGB value is (112,113,204). Sum of RGB (Red+Green+Blue) = 112+113+204=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #7071CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7071CC is #8F8E33. Grayscale: #7A7A7A. Windows color (decimal): -9408052 or 13398384. OLE color: 13398384.

HSL color Cylindrical-coordinate representation of color #7071CC: hue angle of 239.35º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7071CC is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 113 204 -
CMYK 0.45 0.45 0 0.2
HSL 239.35º 0.47% 0.62% -
HSV(B) 239.35º 0.45% 0.8% -
XYZ 23.49 19.61 59.67 -
YUV 123.08 173.67 120.1 -
System Red Green Blue C M Y K H S L
Decimal 112 113 204 0.45 0.45 0 0.2 239.35 0.47 0.62
Hex 70 71 CC 2D 2D 0 14 EF 2F 3E
Octal 160 161 314 55 55 0 24 357 57 76
Binary 1110000 1110001 11001100 101101 101101 0 10100 11101111 101111 111110

Color Harmonies of #7071CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7071CC

Black with #7071CC

Text Example


Text Example

White with #7071CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7071CC; }

 p { color: rgb(112,113,204); }

 H1.HeaderClassName
 {
   color: #7071CC;
 }
 .AnyTagClassName
 {
   color: #7071CC;
 }
</style>

background-color css

<style>
 a { background-color: #7071CC; }

 a { background-color: rgb(112,113,204); }

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

border-color css

<style>
 span { border-color: #7071CC; }

 span { border-color: rgb(112,113,204); }

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