#758DBD

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

Shades of Wild Blue Yonder #758DBD

Tints of Wild Blue Yonder #758DBD

Color information

#758DBD (or 0x758DBD) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8D and BD. RGB value is (117,141,189). Sum of RGB (Red+Green+Blue) = 117+141+189=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #758DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DBD is #8A7242. Grayscale: #8B8B8B. Windows color (decimal): -9073219 or 12422517. OLE color: 12422517.

HSL color Cylindrical-coordinate representation of color #758DBD: hue angle of 220º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #758DBD is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB117141189-
CMYK0.380.2500.26
HSL220º35.29%60%-
HSV(B)220º38.1%74.12%-
XYZ26.0526.5151.89-
YUV139.3156.05112.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.17%
GREEN value IS 141 (55.47% from 255) = 31.54%
BLUE value IS 189 (74.22% from 255) = 42.28%
R=26.17%
G=31.54%
B=42.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171411890.380.2500.2622035.2960
Hex758DBD261901Adc233c
Octal16521527546310323344374
Binary111010110001101101111011001101100101101011011100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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