#758FB9

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

Shades of Wild Blue Yonder #758FB9

Tints of Wild Blue Yonder #758FB9

Color information

#758FB9 (or 0x758FB9) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8F and B9. RGB value is (117,143,185). Sum of RGB (Red+Green+Blue) = 117+143+185=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 185 - color contains mainly: blue. Hex color #758FB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FB9 is #8A7046. Grayscale: #8B8B8B. Windows color (decimal): -9072711 or 12160885. OLE color: 12160885.

HSL color Cylindrical-coordinate representation of color #758FB9: hue angle of 217.06º 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 #758FB9 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117143185-
CMYK0.370.2300.27
HSL217.06º32.69%59.22%-
HSV(B)217.06º36.76%72.55%-
XYZ25.9226.9349.73-
YUV140.01153.39111.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.29%
GREEN value IS 143 (56.25% from 255) = 32.13%
BLUE value IS 185 (72.66% from 255) = 41.57%
R=26.29%
G=32.13%
B=41.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171431850.370.2300.27217.0632.6959.22
Hex758FB9251701Bd9213b
Octal16521727145270333314173
Binary111010110001111101110011001011011101101111011001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758FB9; }

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

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

<style>
 a { background-color: #758FB9; }

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

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

<style>
 span { border-color: #758FB9; }

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

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