#758DBE

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

Shades of Wild Blue Yonder #758DBE

Tints of Wild Blue Yonder #758DBE

Color information

#758DBE (or 0x758DBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8D and BE. RGB value is (117,141,190). Sum of RGB (Red+Green+Blue) = 117+141+190=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #758DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DBE is #8A7241. Grayscale: #8B8B8B. Windows color (decimal): -9073218 or 12488053. OLE color: 12488053.

HSL color Cylindrical-coordinate representation of color #758DBE: hue angle of 220.27º 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 #758DBE is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117141190-
CMYK0.380.2600.25
HSL220.27º35.96%60.2%-
HSV(B)220.27º38.42%74.51%-
XYZ26.1626.5552.46-
YUV139.41156.55112.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.12%
GREEN value IS 141 (55.47% from 255) = 31.47%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=26.12%
G=31.47%
B=42.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171411900.380.2600.25220.2735.9660.2
Hex758DBE261A019dc243c
Octal16521527646320313344474
Binary111010110001101101111101001101101001100111011100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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