#727DB1

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

Shades of Wild Blue Yonder #727DB1

Tints of Wild Blue Yonder #727DB1

Color information

#727DB1 (or 0x727DB1) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 7D and B1. RGB value is (114,125,177). Sum of RGB (Red+Green+Blue) = 114+125+177=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 177 (69.53% from 255 or 42.55% from 416); Max value from RGB is 177 - color contains mainly: blue. Hex color #727DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727DB1 is #8D824E. Grayscale: #7F7F7F. Windows color (decimal): -9273935 or 11631986. OLE color: 11631986.

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

Color convert

RGB114125177-
CMYK0.360.2900.31
HSL229.52º28.77%57.06%-
HSV(B)229.52º35.59%69.41%-
XYZ22.2121.4244.56-
YUV127.64155.86118.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.40%
GREEN value IS 125 (49.22% from 255) = 30.05%
BLUE value IS 177 (69.53% from 255) = 42.55%
R=27.40%
G=30.05%
B=42.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141251770.360.2900.31229.5228.7757.06
Hex727DB1241D01Fe61d39
Octal16217526144350373463571
Binary1110010111110110110001100100111010111111110011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,125,177); }

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

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

 a { background-color: rgb(114,125,177); }

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

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

 span { border-color: rgb(114,125,177); }

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