#728CD3

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

Shades of Wild Blue Yonder #728CD3

Tints of Wild Blue Yonder #728CD3

Color information

#728CD3 (or 0x728CD3) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8C and D3. RGB value is (114,140,211). Sum of RGB (Red+Green+Blue) = 114+140+211=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 211 - color contains mainly: blue. Hex color #728CD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CD3 is #8D732C. Grayscale: #8C8C8C. Windows color (decimal): -9270061 or 13864050. OLE color: 13864050.

HSL color Cylindrical-coordinate representation of color #728CD3: hue angle of 223.92º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #728CD3 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB114140211-
CMYK0.460.3400.17
HSL223.92º52.43%63.73%-
HSV(B)223.92º45.97%82.75%-
XYZ28.0827.0465.37-
YUV140.32167.89109.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.52%
GREEN value IS 140 (55.08% from 255) = 30.11%
BLUE value IS 211 (82.81% from 255) = 45.38%
R=24.52%
G=30.11%
B=45.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1141402110.460.3400.17223.9252.4363.73
Hex728CD32E22011e03440
Octal162214323564202134064100
Binary11100101000110011010011101110100010010001111000001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,140,211); }

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

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

 a { background-color: rgb(114,140,211); }

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

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

 span { border-color: rgb(114,140,211); }

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