#7495BB

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

Shades of Wild Blue Yonder #7495BB

Tints of Wild Blue Yonder #7495BB

Color information

#7495BB (or 0x7495BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 95 and BB. RGB value is (116,149,187). Sum of RGB (Red+Green+Blue) = 116+149+187=452 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.66% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #7495BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7495BB is #8B6A44. Grayscale: #8F8F8F. Windows color (decimal): -9136709 or 12293492. OLE color: 12293492.

HSL color Cylindrical-coordinate representation of color #7495BB: hue angle of 212.11º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7495BB is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB116149187-
CMYK0.380.2000.27
HSL212.11º34.3%59.41%-
HSV(B)212.11º37.97%73.33%-
XYZ26.9228.851.15-
YUV143.46152.57108.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.66%
GREEN value IS 149 (58.59% from 255) = 32.96%
BLUE value IS 187 (73.44% from 255) = 41.37%
R=25.66%
G=32.96%
B=41.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161491870.380.2000.27212.1134.359.41
Hex7495BB261401Bd4223b
Octal16422527346240333244273
Binary111010010010101101110111001101010001101111010100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7495BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7495BB; }

 p { color: rgb(116,149,187); }

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

<style>
 a { background-color: #7495BB; }

 a { background-color: rgb(116,149,187); }

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

<style>
 span { border-color: #7495BB; }

 span { border-color: rgb(116,149,187); }

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