#758EB6

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

Shades of Wild Blue Yonder #758EB6

Tints of Wild Blue Yonder #758EB6

Color information

#758EB6 (or 0x758EB6) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8E and B6. RGB value is (117,142,182). Sum of RGB (Red+Green+Blue) = 117+142+182=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 182 - color contains mainly: blue. Hex color #758EB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758EB6 is #8A7149. Grayscale: #8A8A8A. Windows color (decimal): -9072970 or 11964021. OLE color: 11964021.

HSL color Cylindrical-coordinate representation of color #758EB6: hue angle of 216.92º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #758EB6 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB117142182-
CMYK0.360.2200.29
HSL216.92º30.81%58.63%-
HSV(B)216.92º35.71%71.37%-
XYZ25.4526.5148.03-
YUV139.08152.22112.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.53%
GREEN value IS 142 (55.86% from 255) = 32.20%
BLUE value IS 182 (71.48% from 255) = 41.27%
R=26.53%
G=32.20%
B=41.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171421820.360.2200.29216.9230.8158.63
Hex758EB6241601Dd91f3b
Octal16521626644260353313773
Binary11101011000111010110110100100101100111011101100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,142,182); }

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

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

 a { background-color: rgb(117,142,182); }

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

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

 span { border-color: rgb(117,142,182); }

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