#727CBD

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

Shades of Wild Blue Yonder #727CBD

Tints of Wild Blue Yonder #727CBD

Color information

#727CBD (or 0x727CBD) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 7C and BD. RGB value is (114,124,189). Sum of RGB (Red+Green+Blue) = 114+124+189=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #727CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727CBD is #8D8342. Grayscale: #808080. Windows color (decimal): -9274179 or 12418162. OLE color: 12418162.

HSL color Cylindrical-coordinate representation of color #727CBD: hue angle of 232º 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 #727CBD is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB114124189-
CMYK0.400.3400.26
HSL232º36.23%59.41%-
HSV(B)232º39.68%74.12%-
XYZ23.3321.6751.1-
YUV128.42162.19117.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.70%
GREEN value IS 124 (48.83% from 255) = 29.04%
BLUE value IS 189 (74.22% from 255) = 44.26%
R=26.70%
G=29.04%
B=44.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141241890.400.3400.2623236.2359.41
Hex727CBD282201Ae8243b
Octal16217427550420323504473
Binary111001011111001011110110100010001001101011101000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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