#727FB4

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

Shades of Wild Blue Yonder #727FB4

Tints of Wild Blue Yonder #727FB4

Color information

#727FB4 (or 0x727FB4) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 7F and B4. RGB value is (114,127,180). Sum of RGB (Red+Green+Blue) = 114+127+180=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #727FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FB4 is #8D804B. Grayscale: #808080. Windows color (decimal): -9273420 or 11829106. OLE color: 11829106.

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

Color convert

RGB114127180-
CMYK0.370.2900.29
HSL228.18º30.56%57.65%-
HSV(B)228.18º36.67%70.59%-
XYZ22.7722.0546.24-
YUV129.16156.69117.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.08%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 180 (70.70% from 255) = 42.76%
R=27.08%
G=30.17%
B=42.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141271800.370.2900.29228.1830.5657.65
Hex727FB4251D01De41f3a
Octal16217726445350353443772
Binary1110010111111110110100100101111010111011110010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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