#728DC2

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

Shades of Wild Blue Yonder #728DC2

Tints of Wild Blue Yonder #728DC2

Color information

#728DC2 (or 0x728DC2) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8D and C2. RGB value is (114,141,194). Sum of RGB (Red+Green+Blue) = 114+141+194=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #728DC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728DC2 is #8D723D. Grayscale: #8A8A8A. Windows color (decimal): -9269822 or 12750194. OLE color: 12750194.

HSL color Cylindrical-coordinate representation of color #728DC2: hue angle of 219.75º 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 #728DC2 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB114141194-
CMYK0.410.2700.24
HSL219.75º39.6%60.39%-
HSV(B)219.75º41.24%76.08%-
XYZ26.226.5254.78-
YUV138.97159.05110.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.39%
GREEN value IS 141 (55.47% from 255) = 31.40%
BLUE value IS 194 (76.17% from 255) = 43.21%
R=25.39%
G=31.40%
B=43.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1141411940.410.2700.24219.7539.660.39
Hex728DC2291B018dc283c
Octal16221530251330303345074
Binary111001010001101110000101010011101101100011011100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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