#7586B9

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

Shades of Wild Blue Yonder #7586B9

Tints of Wild Blue Yonder #7586B9

Color information

#7586B9 (or 0x7586B9) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 86 and B9. RGB value is (117,134,185). Sum of RGB (Red+Green+Blue) = 117+134+185=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 185 - color contains mainly: blue. Hex color #7586B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7586B9 is #8A7946. Grayscale: #868686. Windows color (decimal): -9075015 or 12158581. OLE color: 12158581.

HSL color Cylindrical-coordinate representation of color #7586B9: hue angle of 225º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7586B9 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117134185-
CMYK0.370.2800.27
HSL225º32.69%59.22%-
HSV(B)225º36.76%72.55%-
XYZ24.6224.3349.3-
YUV134.73156.37115.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.83%
GREEN value IS 134 (52.73% from 255) = 30.73%
BLUE value IS 185 (72.66% from 255) = 42.43%
R=26.83%
G=30.73%
B=42.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171341850.370.2800.2722532.6959.22
Hex7586B9251C01Be1213b
Octal16520627145340333414173
Binary111010110000110101110011001011110001101111100001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7586B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,134,185); }

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

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

 a { background-color: rgb(117,134,185); }

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

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

 span { border-color: rgb(117,134,185); }

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