#758BB6

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

Shades of Wild Blue Yonder #758BB6

Tints of Wild Blue Yonder #758BB6

Color information

#758BB6 (or 0x758BB6) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8B and B6. RGB value is (117,139,182). Sum of RGB (Red+Green+Blue) = 117+139+182=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 182 (71.48% from 255 or 41.55% from 438); Max value from RGB is 182 - color contains mainly: blue. Hex color #758BB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BB6 is #8A7449. Grayscale: #898989. Windows color (decimal): -9073738 or 11963253. OLE color: 11963253.

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

Color convert

RGB117139182-
CMYK0.360.2400.29
HSL219.69º30.81%58.63%-
HSV(B)219.69º35.71%71.37%-
XYZ25.0125.6247.88-
YUV137.32153.21113.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.71%
GREEN value IS 139 (54.69% from 255) = 31.74%
BLUE value IS 182 (71.48% from 255) = 41.55%
R=26.71%
G=31.74%
B=41.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171391820.360.2400.29219.6930.8158.63
Hex758BB6241801Ddc1f3b
Octal16521326644300353343773
Binary11101011000101110110110100100110000111011101110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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