#728BCB

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

Shades of Wild Blue Yonder #728BCB

Tints of Wild Blue Yonder #728BCB

Color information

#728BCB (or 0x728BCB) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8B and CB. RGB value is (114,139,203). Sum of RGB (Red+Green+Blue) = 114+139+203=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #728BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728BCB is #8D7434. Grayscale: #8A8A8A. Windows color (decimal): -9270325 or 13339506. OLE color: 13339506.

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

Color convert

RGB114139203-
CMYK0.440.3200.20
HSL223.15º46.11%62.16%-
HSV(B)223.15º43.84%79.61%-
XYZ26.9526.3560.17-
YUV138.82164.22110.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25%
GREEN value IS 139 (54.69% from 255) = 30.48%
BLUE value IS 203 (79.69% from 255) = 44.52%
R=25%
G=30.48%
B=44.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141392030.440.3200.20223.1546.1162.16
Hex728BCB2C20014df2e3e
Octal16221331354400243375676
Binary1110010100010111100101110110010000001010011011111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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