#7589BF

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

Shades of Wild Blue Yonder #7589BF

Tints of Wild Blue Yonder #7589BF

Color information

#7589BF (or 0x7589BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 89 and BF. RGB value is (117,137,191). Sum of RGB (Red+Green+Blue) = 117+137+191=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #7589BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7589BF is #8A7640. Grayscale: #888888. Windows color (decimal): -9074241 or 12552565. OLE color: 12552565.

HSL color Cylindrical-coordinate representation of color #7589BF: hue angle of 223.78º degrees, saturation: 0.37, 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 #7589BF is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117137191-
CMYK0.390.2800.25
HSL223.78º36.63%60.39%-
HSV(B)223.78º38.74%74.9%-
XYZ25.6925.4352.85-
YUV137.18158.37113.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.29%
GREEN value IS 137 (53.91% from 255) = 30.79%
BLUE value IS 191 (75% from 255) = 42.92%
R=26.29%
G=30.79%
B=42.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171371910.390.2800.25223.7836.6360.39
Hex7589BF271C019e0253c
Octal16521127747340313404574
Binary111010110001001101111111001111110001100111100000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7589BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7589BF; }

 p { color: rgb(117,137,191); }

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

<style>
 a { background-color: #7589BF; }

 a { background-color: rgb(117,137,191); }

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

<style>
 span { border-color: #7589BF; }

 span { border-color: rgb(117,137,191); }

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