#727FBD

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

Shades of Wild Blue Yonder #727FBD

Tints of Wild Blue Yonder #727FBD

Color information

#727FBD (or 0x727FBD) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 7F and BD. RGB value is (114,127,189). Sum of RGB (Red+Green+Blue) = 114+127+189=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #727FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FBD is #8D8042. Grayscale: #818181. Windows color (decimal): -9273411 or 12418930. OLE color: 12418930.

HSL color Cylindrical-coordinate representation of color #727FBD: hue angle of 229.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #727FBD is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB114127189-
CMYK0.400.3300.26
HSL229.6º36.23%59.41%-
HSV(B)229.6º39.68%74.12%-
XYZ23.7122.4351.22-
YUV130.18161.19116.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.51%
GREEN value IS 127 (50% from 255) = 29.53%
BLUE value IS 189 (74.22% from 255) = 43.95%
R=26.51%
G=29.53%
B=43.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141271890.400.3300.26229.636.2359.41
Hex727FBD282101Ae6243b
Octal16217727550410323464473
Binary111001011111111011110110100010000101101011100110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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