#728CC4

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

Shades of Wild Blue Yonder #728CC4

Tints of Wild Blue Yonder #728CC4

Color information

#728CC4 (or 0x728CC4) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8C and C4. RGB value is (114,140,196). Sum of RGB (Red+Green+Blue) = 114+140+196=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 196 - color contains mainly: blue. Hex color #728CC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CC4 is #8D733B. Grayscale: #8A8A8A. Windows color (decimal): -9270076 or 12881010. OLE color: 12881010.

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

Color convert

RGB114140196-
CMYK0.420.2900.23
HSL220.98º41%60.78%-
HSV(B)220.98º41.84%76.86%-
XYZ26.2826.3255.92-
YUV138.61160.39110.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.33%
GREEN value IS 140 (55.08% from 255) = 31.11%
BLUE value IS 196 (76.95% from 255) = 43.56%
R=25.33%
G=31.11%
B=43.56%

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
Decimal1141401960.420.2900.23220.984160.78
Hex728CC42A1D017dd293d
Octal16221430452350273355175
Binary111001010001100110001001010101110101011111011101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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