#758ECA

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

Shades of Wild Blue Yonder #758ECA

Tints of Wild Blue Yonder #758ECA

Color information

#758ECA (or 0x758ECA) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8E and CA. RGB value is (117,142,202). Sum of RGB (Red+Green+Blue) = 117+142+202=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #758ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ECA is #8A7135. Grayscale: #8D8D8D. Windows color (decimal): -9072950 or 13274741. OLE color: 13274741.

HSL color Cylindrical-coordinate representation of color #758ECA: hue angle of 222.35º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #758ECA is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB117142202-
CMYK0.420.3000.21
HSL222.35º44.5%62.55%-
HSV(B)222.35º42.08%79.22%-
XYZ27.6727.3959.71-
YUV141.36162.22110.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.38%
GREEN value IS 142 (55.86% from 255) = 30.80%
BLUE value IS 202 (79.30% from 255) = 43.82%
R=25.38%
G=30.80%
B=43.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171422020.420.3000.21222.3544.562.55
Hex758ECA2A1E015de2d3f
Octal16521631252360253365577
Binary111010110001110110010101010101111001010111011110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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