#758ECE

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

Shades of Wild Blue Yonder #758ECE

Tints of Wild Blue Yonder #758ECE

Color information

#758ECE (or 0x758ECE) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8E and CE. RGB value is (117,142,206). Sum of RGB (Red+Green+Blue) = 117+142+206=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #758ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ECE is #8A7131. Grayscale: #8D8D8D. Windows color (decimal): -9072946 or 13536885. OLE color: 13536885.

HSL color Cylindrical-coordinate representation of color #758ECE: hue angle of 223.15º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #758ECE is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB117142206-
CMYK0.430.3100.19
HSL223.15º47.59%63.33%-
HSV(B)223.15º43.2%80.78%-
XYZ28.1527.5862.23-
YUV141.82164.22110.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.16%
GREEN value IS 142 (55.86% from 255) = 30.54%
BLUE value IS 206 (80.86% from 255) = 44.30%
R=25.16%
G=30.54%
B=44.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1171422060.430.3100.19223.1547.5963.33
Hex758ECE2B1F013df303f
Octal16521631653370233376077
Binary111010110001110110011101010111111101001111011111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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