#728DC4

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

Shades of Wild Blue Yonder #728DC4

Tints of Wild Blue Yonder #728DC4

Color information

#728DC4 (or 0x728DC4) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8D and C4. RGB value is (114,141,196). Sum of RGB (Red+Green+Blue) = 114+141+196=451 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.28% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 196 - color contains mainly: blue. Hex color #728DC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728DC4 is #8D723B. Grayscale: #8A8A8A. Windows color (decimal): -9269820 or 12881266. OLE color: 12881266.

HSL color Cylindrical-coordinate representation of color #728DC4: hue angle of 220.24º 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 #728DC4 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB114141196-
CMYK0.420.2800.23
HSL220.24º41%60.78%-
HSV(B)220.24º41.84%76.86%-
XYZ26.4326.6155.97-
YUV139.2160.05110.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.28%
GREEN value IS 141 (55.47% from 255) = 31.26%
BLUE value IS 196 (76.95% from 255) = 43.46%
R=25.28%
G=31.26%
B=43.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1141411960.420.2800.23220.244160.78
Hex728DC42A1C017dc293d
Octal16221530452340273345175
Binary111001010001101110001001010101110001011111011100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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