#727CBC

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

Shades of Wild Blue Yonder #727CBC

Tints of Wild Blue Yonder #727CBC

Color information

#727CBC (or 0x727CBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 7C and BC. RGB value is (114,124,188). Sum of RGB (Red+Green+Blue) = 114+124+188=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #727CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727CBC is #8D8343. Grayscale: #808080. Windows color (decimal): -9274180 or 12352626. OLE color: 12352626.

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

Color convert

RGB114124188-
CMYK0.390.3400.26
HSL231.89º35.58%59.22%-
HSV(B)231.89º39.36%73.73%-
XYZ23.2221.6250.53-
YUV128.31161.69117.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.76%
GREEN value IS 124 (48.83% from 255) = 29.11%
BLUE value IS 188 (73.83% from 255) = 44.13%
R=26.76%
G=29.11%
B=44.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141241880.390.3400.26231.8935.5859.22
Hex727CBC272201Ae8243b
Octal16217427447420323504473
Binary111001011111001011110010011110001001101011101000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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