#7896BA

Color #7896BA Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7896BA

Tints of Wild Blue Yonder #7896BA

Color information

#7896BA (or 0x7896BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 96 and BA. RGB value is (120,150,186). Sum of RGB (Red+Green+Blue) = 120+150+186=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #7896BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7896BA is #876945. Grayscale: #909090. Windows color (decimal): -8874310 or 12228216. OLE color: 12228216.

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

Color convert

RGB120150186-
CMYK0.350.1900.27
HSL212.73º32.35%60%-
HSV(B)212.73º35.48%72.94%-
XYZ27.5229.3550.67-
YUV145.13151.06110.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.32%
GREEN value IS 150 (58.98% from 255) = 32.89%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=26.32%
G=32.89%
B=40.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201501860.350.1900.27212.7332.3560
Hex7896BA231301Bd5203c
Octal17022627243230333254074
Binary111100010010110101110101000111001101101111010101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7896BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7896BA;
 }
 .AnyTagClassName
 {
   color: #7896BA;
 }
</style>
background-color css

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

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

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

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

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

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