#727DBA

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

Shades of Wild Blue Yonder #727DBA

Tints of Wild Blue Yonder #727DBA

Color information

#727DBA (or 0x727DBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 7D and BA. RGB value is (114,125,186). Sum of RGB (Red+Green+Blue) = 114+125+186=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #727DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727DBA is #8D8245. Grayscale: #808080. Windows color (decimal): -9273926 or 12221810. OLE color: 12221810.

HSL color Cylindrical-coordinate representation of color #727DBA: hue angle of 230.83º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #727DBA is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114125186-
CMYK0.390.3300.27
HSL230.83º34.29%58.82%-
HSV(B)230.83º38.71%72.94%-
XYZ23.1421.7949.44-
YUV128.66160.36117.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.82%
GREEN value IS 125 (49.22% from 255) = 29.41%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=26.82%
G=29.41%
B=43.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141251860.390.3300.27230.8334.2958.82
Hex727DBA272101Be7223b
Octal16217527247410333474273
Binary111001011111011011101010011110000101101111100111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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