#7497BE

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

Shades of Wild Blue Yonder #7497BE

Tints of Wild Blue Yonder #7497BE

Color information

#7497BE (or 0x7497BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 97 and BE. RGB value is (116,151,190). Sum of RGB (Red+Green+Blue) = 116+151+190=457 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.38% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #7497BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7497BE is #8B6841. Grayscale: #909090. Windows color (decimal): -9136194 or 12490612. OLE color: 12490612.

HSL color Cylindrical-coordinate representation of color #7497BE: hue angle of 211.62º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7497BE is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116151190-
CMYK0.390.2100.25
HSL211.62º36.27%60%-
HSV(B)211.62º38.95%74.51%-
XYZ27.5629.5652.97-
YUV144.98153.4107.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.38%
GREEN value IS 151 (59.38% from 255) = 33.04%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=25.38%
G=33.04%
B=41.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161511900.390.2100.25211.6236.2760
Hex7497BE2715019d4243c
Octal16422727647250313244474
Binary111010010010111101111101001111010101100111010100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7497BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,151,190); }

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

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

 a { background-color: rgb(116,151,190); }

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

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

 span { border-color: rgb(116,151,190); }

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