Html Css Color HEX #7078BA Chetwode Blue

📋 copy color: '#7078BA'

red 112 ◦ green 120 ◦ blue 186

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

Shades of Chetwode Blue #7078BA

Tints of Chetwode Blue #7078BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.5%

R = 26.79%
G = 28.71%
B = 44.5%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7078BA (or 0x7078BA) is known color: Chetwode Blue. HEX triplet: 70, 78 and BA. RGB value is (112,120,186). Sum of RGB (Red+Green+Blue) = 112+120+186=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #7078BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7078BA is #8F8745. Grayscale: #7C7C7C. Windows color (decimal): -9406278 or 12220528. OLE color: 12220528.

HSL color Cylindrical-coordinate representation of color #7078BA: hue angle of 233.51º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7078BA is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 120 186 -
CMYK 0.40 0.35 0 0.27
HSL 233.51º 0.35% 0.58% -
HSV(B) 233.51º 0.4% 0.73% -
XYZ 22.26 20.42 49.22 -
YUV 125.13 162.35 118.63 -
System Red Green Blue C M Y K H S L
Decimal 112 120 186 0.40 0.35 0 0.27 233.51 0.35 0.58
Hex 70 78 BA 28 23 0 1B EA 23 3A
Octal 160 170 272 50 43 0 33 352 43 72
Binary 1110000 1111000 10111010 101000 100011 0 11011 11101010 100011 111010

Color Harmonies of #7078BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7078BA

Black with #7078BA

Text Example


Text Example

White with #7078BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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