#728ACA

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

Shades of Wild Blue Yonder #728ACA

Tints of Wild Blue Yonder #728ACA

Color information

#728ACA (or 0x728ACA) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8A and CA. RGB value is (114,138,202). Sum of RGB (Red+Green+Blue) = 114+138+202=454 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.11% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #728ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728ACA is #8D7535. Grayscale: #898989. Windows color (decimal): -9270582 or 13273714. OLE color: 13273714.

HSL color Cylindrical-coordinate representation of color #728ACA: hue angle of 223.64º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #728ACA is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB114138202-
CMYK0.440.3200.21
HSL223.64º45.36%61.96%-
HSV(B)223.64º43.56%79.22%-
XYZ26.6926.0259.49-
YUV138.12164.05110.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.11%
GREEN value IS 138 (54.30% from 255) = 30.40%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=25.11%
G=30.40%
B=44.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1141382020.440.3200.21223.6445.3661.96
Hex728ACA2C20015e02d3e
Octal16221231254400253405576
Binary1110010100010101100101010110010000001010111100000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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