Html Css Color HEX #7071CB Moody Blue

📋 copy color: '#7071CB'

red 112 ◦ green 113 ◦ blue 203

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

Shades of Moody Blue #7071CB

Tints of Moody Blue #7071CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.43%

R = 26.17%
G = 26.4%
B = 47.43%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7071CB (or 0x7071CB) is known color: Moody Blue. HEX triplet: 70, 71 and CB. RGB value is (112,113,203). Sum of RGB (Red+Green+Blue) = 112+113+203=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #7071CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7071CB is #8F8E34. Grayscale: #7A7A7A. Windows color (decimal): -9408053 or 13332848. OLE color: 13332848.

HSL color Cylindrical-coordinate representation of color #7071CB: hue angle of 239.34º 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 #7071CB is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 113 203 -
CMYK 0.45 0.44 0 0.20
HSL 239.34º 0.47% 0.62% -
HSV(B) 239.34º 0.45% 0.8% -
XYZ 23.37 19.57 59.05 -
YUV 122.96 173.17 120.18 -
System Red Green Blue C M Y K H S L
Decimal 112 113 203 0.45 0.44 0 0.20 239.34 0.47 0.62
Hex 70 71 CB 2D 2C 0 14 EF 2F 3E
Octal 160 161 313 55 54 0 24 357 57 76
Binary 1110000 1110001 11001011 101101 101100 0 10100 11101111 101111 111110

Color Harmonies of #7071CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7071CB

Black with #7071CB

Text Example


Text Example

White with #7071CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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