#727ED1

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

Shades of Wild Blue Yonder #727ED1

Tints of Wild Blue Yonder #727ED1

Color information

#727ED1 (or 0x727ED1) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 7E and D1. RGB value is (114,126,209). Sum of RGB (Red+Green+Blue) = 114+126+209=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 209 - color contains mainly: blue. Hex color #727ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ED1 is #8D812E. Grayscale: #838383. Windows color (decimal): -9273647 or 13729394. OLE color: 13729394.

HSL color Cylindrical-coordinate representation of color #727ED1: hue angle of 232.42º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #727ED1 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB114126209-
CMYK0.450.4000.18
HSL232.42º50.8%63.33%-
HSV(B)232.42º45.45%81.96%-
XYZ25.9123.163.42-
YUV131.87171.52115.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.39%
GREEN value IS 126 (49.61% from 255) = 28.06%
BLUE value IS 209 (82.03% from 255) = 46.55%
R=25.39%
G=28.06%
B=46.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1141262090.450.4000.18232.4250.863.33
Hex727ED12D28012e8333f
Octal16217632155500223506377
Binary111001011111101101000110110110100001001011101000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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