Html Css Color HEX #7071CF Moody Blue

📋 copy color: '#7071CF'

red 112 ◦ green 113 ◦ blue 207

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

Shades of Moody Blue #7071CF

Tints of Moody Blue #7071CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.92%

R = 25.93%
G = 26.16%
B = 47.92%

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

#7071CF (or 0x7071CF) is known color: Moody Blue. HEX triplet: 70, 71 and CF. RGB value is (112,113,207). Sum of RGB (Red+Green+Blue) = 112+113+207=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #7071CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7071CF is #8F8E30. Grayscale: #7B7B7B. Windows color (decimal): -9408049 or 13594992. OLE color: 13594992.

HSL color Cylindrical-coordinate representation of color #7071CF: hue angle of 239.37º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7071CF is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 113 207 -
CMYK 0.46 0.45 0 0.19
HSL 239.37º 0.5% 0.63% -
HSV(B) 239.37º 0.46% 0.81% -
XYZ 23.85 19.76 61.59 -
YUV 123.42 175.17 119.86 -
System Red Green Blue C M Y K H S L
Decimal 112 113 207 0.46 0.45 0 0.19 239.37 0.5 0.63
Hex 70 71 CF 2E 2D 0 13 EF 32 3F
Octal 160 161 317 56 55 0 23 357 62 77
Binary 1110000 1110001 11001111 101110 101101 0 10011 11101111 110010 111111

Color Harmonies of #7071CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7071CF

Black with #7071CF

Text Example


Text Example

White with #7071CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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