#758ACA

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

Shades of Wild Blue Yonder #758ACA

Tints of Wild Blue Yonder #758ACA

Color information

#758ACA (or 0x758ACA) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8A and CA. RGB value is (117,138,202). Sum of RGB (Red+Green+Blue) = 117+138+202=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #758ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ACA is #8A7535. Grayscale: #8A8A8A. Windows color (decimal): -9073974 or 13273717. OLE color: 13273717.

HSL color Cylindrical-coordinate representation of color #758ACA: hue angle of 225.18º 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 #758ACA is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB117138202-
CMYK0.420.3200.21
HSL225.18º44.5%62.55%-
HSV(B)225.18º42.08%79.22%-
XYZ27.0926.2259.51-
YUV139.02163.54112.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.60%
GREEN value IS 138 (54.30% from 255) = 30.20%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=25.60%
G=30.20%
B=44.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171382020.420.3200.21225.1844.562.55
Hex758ACA2A20015e12d3f
Octal16521231252400253415577
Binary1110101100010101100101010101010000001010111100001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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