#758DBA

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

Shades of Wild Blue Yonder #758DBA

Tints of Wild Blue Yonder #758DBA

Color information

#758DBA (or 0x758DBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8D and BA. RGB value is (117,141,186). Sum of RGB (Red+Green+Blue) = 117+141+186=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #758DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DBA is #8A7245. Grayscale: #8A8A8A. Windows color (decimal): -9073222 or 12225909. OLE color: 12225909.

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

Color convert

RGB117141186-
CMYK0.370.2400.27
HSL219.13º33.33%59.41%-
HSV(B)219.13º37.1%72.94%-
XYZ25.7226.3850.19-
YUV138.95154.55112.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.35%
GREEN value IS 141 (55.47% from 255) = 31.76%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=26.35%
G=31.76%
B=41.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171411860.370.2400.27219.1333.3359.41
Hex758DBA251801Bdb213b
Octal16521527245300333334173
Binary111010110001101101110101001011100001101111011011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,141,186); }

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

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

 a { background-color: rgb(117,141,186); }

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

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

 span { border-color: rgb(117,141,186); }

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