#728BC4

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

Shades of Wild Blue Yonder #728BC4

Tints of Wild Blue Yonder #728BC4

Color information

#728BC4 (or 0x728BC4) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8B and C4. RGB value is (114,139,196). Sum of RGB (Red+Green+Blue) = 114+139+196=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 196 - color contains mainly: blue. Hex color #728BC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728BC4 is #8D743B. Grayscale: #898989. Windows color (decimal): -9270332 or 12880754. OLE color: 12880754.

HSL color Cylindrical-coordinate representation of color #728BC4: hue angle of 221.71º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #728BC4 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB114139196-
CMYK0.420.2900.23
HSL221.71º41%60.78%-
HSV(B)221.71º41.84%76.86%-
XYZ26.1426.0355.87-
YUV138.02160.72110.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.39%
GREEN value IS 139 (54.69% from 255) = 30.96%
BLUE value IS 196 (76.95% from 255) = 43.65%
R=25.39%
G=30.96%
B=43.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1141391960.420.2900.23221.714160.78
Hex728BC42A1D017de293d
Octal16221330452350273365175
Binary111001010001011110001001010101110101011111011110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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