#7C94BE

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

Shades of Wild Blue Yonder #7C94BE

Tints of Wild Blue Yonder #7C94BE

Color information

#7C94BE (or 0x7C94BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 94 and BE. RGB value is (124,148,190). Sum of RGB (Red+Green+Blue) = 124+148+190=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C94BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C94BE is #836B41. Grayscale: #919191. Windows color (decimal): -8612674 or 12489852. OLE color: 12489852.

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

Color convert

RGB124148190-
CMYK0.350.2200.25
HSL218.18º33.67%61.57%-
HSV(B)218.18º34.74%74.51%-
XYZ28.229.1852.86-
YUV145.61153.05112.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.84%
GREEN value IS 148 (58.20% from 255) = 32.03%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=26.84%
G=32.03%
B=41.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241481900.350.2200.25218.1833.6761.57
Hex7C94BE2316019da223e
Octal17422427643260313324276
Binary111110010010100101111101000111011001100111011010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C94BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C94BE; }

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

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

<style>
 a { background-color: #7C94BE; }

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

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

<style>
 span { border-color: #7C94BE; }

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

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