#728BC2

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

Shades of Wild Blue Yonder #728BC2

Tints of Wild Blue Yonder #728BC2

Color information

#728BC2 (or 0x728BC2) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8B and C2. RGB value is (114,139,194). Sum of RGB (Red+Green+Blue) = 114+139+194=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 194 - color contains mainly: blue. Hex color #728BC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728BC2 is #8D743D. Grayscale: #898989. Windows color (decimal): -9270334 or 12749682. OLE color: 12749682.

HSL color Cylindrical-coordinate representation of color #728BC2: hue angle of 221.25º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #728BC2 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB114139194-
CMYK0.410.2800.24
HSL221.25º39.6%60.39%-
HSV(B)221.25º41.24%76.08%-
XYZ25.9125.9454.68-
YUV137.79159.72111.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.50%
GREEN value IS 139 (54.69% from 255) = 31.10%
BLUE value IS 194 (76.17% from 255) = 43.40%
R=25.50%
G=31.10%
B=43.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1141391940.410.2800.24221.2539.660.39
Hex728BC2291C018dd283c
Octal16221330251340303355074
Binary111001010001011110000101010011110001100011011101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,139,194); }

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

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

 a { background-color: rgb(114,139,194); }

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

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

 span { border-color: rgb(114,139,194); }

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