#727FD1

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

Shades of Wild Blue Yonder #727FD1

Tints of Wild Blue Yonder #727FD1

Color information

#727FD1 (or 0x727FD1) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 7F and D1. RGB value is (114,127,209). Sum of RGB (Red+Green+Blue) = 114+127+209=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 209 - color contains mainly: blue. Hex color #727FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FD1 is #8D802E. Grayscale: #848484. Windows color (decimal): -9273391 or 13729650. OLE color: 13729650.

HSL color Cylindrical-coordinate representation of color #727FD1: hue angle of 231.79º 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 #727FD1 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB114127209-
CMYK0.450.3900.18
HSL231.79º50.8%63.33%-
HSV(B)231.79º45.45%81.96%-
XYZ26.0423.3663.46-
YUV132.46171.19114.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.33%
GREEN value IS 127 (50% from 255) = 28.22%
BLUE value IS 209 (82.03% from 255) = 46.44%
R=25.33%
G=28.22%
B=46.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1141272090.450.3900.18231.7950.863.33
Hex727FD12D27012e8333f
Octal16217732155470223506377
Binary111001011111111101000110110110011101001011101000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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