#727DB3

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

Shades of Wild Blue Yonder #727DB3

Tints of Wild Blue Yonder #727DB3

Color information

#727DB3 (or 0x727DB3) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 7D and B3. RGB value is (114,125,179). Sum of RGB (Red+Green+Blue) = 114+125+179=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 179 - color contains mainly: blue. Hex color #727DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727DB3 is #8D824C. Grayscale: #7F7F7F. Windows color (decimal): -9273933 or 11763058. OLE color: 11763058.

HSL color Cylindrical-coordinate representation of color #727DB3: hue angle of 229.85º degrees, saturation: 0.3, 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 #727DB3 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB114125179-
CMYK0.360.3000.30
HSL229.85º29.95%57.45%-
HSV(B)229.85º36.31%70.2%-
XYZ22.4121.545.62-
YUV127.87156.86118.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.27%
GREEN value IS 125 (49.22% from 255) = 29.90%
BLUE value IS 179 (70.31% from 255) = 42.82%
R=27.27%
G=29.90%
B=42.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1141251790.360.3000.30229.8529.9557.45
Hex727DB3241E01Ee61e39
Octal16217526344360363463671
Binary1110010111110110110011100100111100111101110011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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