#727CBA

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

Shades of Wild Blue Yonder #727CBA

Tints of Wild Blue Yonder #727CBA

Color information

#727CBA (or 0x727CBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 7C and BA. RGB value is (114,124,186). Sum of RGB (Red+Green+Blue) = 114+124+186=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #727CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727CBA is #8D8345. Grayscale: #7F7F7F. Windows color (decimal): -9274182 or 12221554. OLE color: 12221554.

HSL color Cylindrical-coordinate representation of color #727CBA: hue angle of 231.67º 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 #727CBA is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114124186-
CMYK0.390.3300.27
HSL231.67º34.29%58.82%-
HSV(B)231.67º38.71%72.94%-
XYZ23.0121.5449.4-
YUV128.08160.69117.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.89%
GREEN value IS 124 (48.83% from 255) = 29.25%
BLUE value IS 186 (73.05% from 255) = 43.87%
R=26.89%
G=29.25%
B=43.87%

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
Decimal1141241860.390.3300.27231.6734.2958.82
Hex727CBA272101Be8223b
Octal16217427247410333504273
Binary111001011111001011101010011110000101101111101000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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