#7586BE

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

Shades of Wild Blue Yonder #7586BE

Tints of Wild Blue Yonder #7586BE

Color information

#7586BE (or 0x7586BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 86 and BE. RGB value is (117,134,190). Sum of RGB (Red+Green+Blue) = 117+134+190=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #7586BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7586BE is #8A7941. Grayscale: #878787. Windows color (decimal): -9075010 or 12486261. OLE color: 12486261.

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

Color convert

RGB117134190-
CMYK0.380.2900.25
HSL226.03º35.96%60.2%-
HSV(B)226.03º38.42%74.51%-
XYZ25.1624.5552.13-
YUV135.3158.87114.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.53%
GREEN value IS 134 (52.73% from 255) = 30.39%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=26.53%
G=30.39%
B=43.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171341900.380.2900.25226.0335.9660.2
Hex7586BE261D019e2243c
Octal16520627646350313424474
Binary111010110000110101111101001101110101100111100010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7586BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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