#727EB2

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

Shades of Wild Blue Yonder #727EB2

Tints of Wild Blue Yonder #727EB2

Color information

#727EB2 (or 0x727EB2) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 7E and B2. RGB value is (114,126,178). Sum of RGB (Red+Green+Blue) = 114+126+178=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 178 - color contains mainly: blue. Hex color #727EB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727EB2 is #8D814D. Grayscale: #808080. Windows color (decimal): -9273678 or 11697778. OLE color: 11697778.

HSL color Cylindrical-coordinate representation of color #727EB2: hue angle of 228.75º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #727EB2 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB114126178-
CMYK0.360.2900.30
HSL228.75º29.36%57.25%-
HSV(B)228.75º35.96%69.8%-
XYZ22.4421.7145.13-
YUV128.34156.02117.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.27%
GREEN value IS 126 (49.61% from 255) = 30.14%
BLUE value IS 178 (69.92% from 255) = 42.58%
R=27.27%
G=30.14%
B=42.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1141261780.360.2900.30228.7529.3657.25
Hex727EB2241D01Ee51d39
Octal16217626244350363453571
Binary1110010111111010110010100100111010111101110010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727EB2; }

 p { color: rgb(114,126,178); }

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

<style>
 a { background-color: #727EB2; }

 a { background-color: rgb(114,126,178); }

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

<style>
 span { border-color: #727EB2; }

 span { border-color: rgb(114,126,178); }

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