#7894BE

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

Shades of Wild Blue Yonder #7894BE

Tints of Wild Blue Yonder #7894BE

Color information

#7894BE (or 0x7894BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 94 and BE. RGB value is (120,148,190). Sum of RGB (Red+Green+Blue) = 120+148+190=458 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.20% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #7894BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7894BE is #876B41. Grayscale: #909090. Windows color (decimal): -8874818 or 12489848. OLE color: 12489848.

HSL color Cylindrical-coordinate representation of color #7894BE: hue angle of 216º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7894BE is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120148190-
CMYK0.370.2200.25
HSL216º35%60.78%-
HSV(B)216º36.84%74.51%-
XYZ27.6328.8952.84-
YUV144.42153.72110.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.20%
GREEN value IS 148 (58.20% from 255) = 32.31%
BLUE value IS 190 (74.61% from 255) = 41.48%
R=26.20%
G=32.31%
B=41.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201481900.370.2200.252163560.78
Hex7894BE2516019d8233d
Octal17022427645260313304375
Binary111100010010100101111101001011011001100111011000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7894BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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