Html Css Color HEX #7078A1 Chetwode Blue

📋 copy color: '#7078A1'

red 112 ◦ green 120 ◦ blue 161

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

Shades of Chetwode Blue #7078A1

Tints of Chetwode Blue #7078A1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.53%

 BLUE value IS 161 (63.28% from 255) = 40.97%

R = 28.5%
G = 30.53%
B = 40.97%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7078A1 (or 0x7078A1) is known color: Chetwode Blue. HEX triplet: 70, 78 and A1. RGB value is (112,120,161). Sum of RGB (Red+Green+Blue) = 112+120+161=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 161 - color contains mainly: blue. Hex color #7078A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7078A1 is #8F875E. Grayscale: #7A7A7A. Windows color (decimal): -9406303 or 10582128. OLE color: 10582128.

HSL color Cylindrical-coordinate representation of color #7078A1: hue angle of 230.2º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7078A1 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 112 120 161 -
CMYK 0.30 0.25 0 0.37
HSL 230.2º 0.21% 0.54% -
HSV(B) 230.2º 0.3% 0.63% -
XYZ 19.83 19.45 36.43 -
YUV 122.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 112 120 161 0.30 0.25 0 0.37 230.2 0.21 0.54
Hex 70 78 A1 1E 19 0 25 E6 15 36
Octal 160 170 241 36 31 0 45 346 25 66
Binary 1110000 1111000 10100001 11110 11001 0 100101 11100110 10101 110110

Color Harmonies of #7078A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7078A1

Black with #7078A1

Text Example


Text Example

White with #7078A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7078A1; }

 p { color: rgb(112,120,161); }

 H1.HeaderClassName
 {
   color: #7078A1;
 }
 .AnyTagClassName
 {
   color: #7078A1;
 }
</style>

background-color css

<style>
 a { background-color: #7078A1; }

 a { background-color: rgb(112,120,161); }

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

border-color css

<style>
 span { border-color: #7078A1; }

 span { border-color: rgb(112,120,161); }

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