#7894B9

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

Shades of Wild Blue Yonder #7894B9

Tints of Wild Blue Yonder #7894B9

Color information

#7894B9 (or 0x7894B9) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 94 and B9. RGB value is (120,148,185). Sum of RGB (Red+Green+Blue) = 120+148+185=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 185 - color contains mainly: blue. Hex color #7894B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7894B9 is #876B46. Grayscale: #8F8F8F. Windows color (decimal): -8874823 or 12162168. OLE color: 12162168.

HSL color Cylindrical-coordinate representation of color #7894B9: hue angle of 214.15º 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 #7894B9 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB120148185-
CMYK0.350.2000.27
HSL214.15º31.71%59.8%-
HSV(B)214.15º35.14%72.55%-
XYZ27.0928.6850.01-
YUV143.85151.22110.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.49%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 185 (72.66% from 255) = 40.84%
R=26.49%
G=32.67%
B=40.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201481850.350.2000.27214.1531.7159.8
Hex7894B9231401Bd6203c
Octal17022427143240333264074
Binary111100010010100101110011000111010001101111010110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7894B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7894B9; }

 p { color: rgb(120,148,185); }

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

<style>
 a { background-color: #7894B9; }

 a { background-color: rgb(120,148,185); }

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

<style>
 span { border-color: #7894B9; }

 span { border-color: rgb(120,148,185); }

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