#728CCC

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

Shades of Wild Blue Yonder #728CCC

Tints of Wild Blue Yonder #728CCC

Color information

#728CCC (or 0x728CCC) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8C and CC. RGB value is (114,140,204). Sum of RGB (Red+Green+Blue) = 114+140+204=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #728CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CCC is #8D7333. Grayscale: #8B8B8B. Windows color (decimal): -9270068 or 13405298. OLE color: 13405298.

HSL color Cylindrical-coordinate representation of color #728CCC: hue angle of 222.67º degrees, saturation: 0.47, 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 #728CCC is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB114140204-
CMYK0.440.3100.2
HSL222.67º46.88%62.35%-
HSV(B)222.67º44.12%80%-
XYZ27.2226.6960.84-
YUV139.52164.39109.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.89%
GREEN value IS 140 (55.08% from 255) = 30.57%
BLUE value IS 204 (80.08% from 255) = 44.54%
R=24.89%
G=30.57%
B=44.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1141402040.440.3100.2222.6746.8862.35
Hex728CCC2C1F014df2f3e
Octal16221431454370243375776
Binary111001010001100110011001011001111101010011011111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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