#7896C1

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

Shades of Wild Blue Yonder #7896C1

Tints of Wild Blue Yonder #7896C1

Color information

#7896C1 (or 0x7896C1) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 96 and C1. RGB value is (120,150,193). Sum of RGB (Red+Green+Blue) = 120+150+193=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #7896C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7896C1 is #87693E. Grayscale: #919191. Windows color (decimal): -8874303 or 12686968. OLE color: 12686968.

HSL color Cylindrical-coordinate representation of color #7896C1: hue angle of 215.34º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7896C1 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB120150193-
CMYK0.380.2200.24
HSL215.34º37.06%61.37%-
HSV(B)215.34º37.82%75.69%-
XYZ28.2829.6654.69-
YUV145.93154.56109.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.92%
GREEN value IS 150 (58.98% from 255) = 32.40%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=25.92%
G=32.40%
B=41.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201501930.380.2200.24215.3437.0661.37
Hex7896C12616018d7253d
Octal17022630146260303274575
Binary111100010010110110000011001101011001100011010111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7896C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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