#727FBB

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

Shades of Wild Blue Yonder #727FBB

Tints of Wild Blue Yonder #727FBB

Color information

#727FBB (or 0x727FBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 7F and BB. RGB value is (114,127,187). Sum of RGB (Red+Green+Blue) = 114+127+187=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #727FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FBB is #8D8044. Grayscale: #818181. Windows color (decimal): -9273413 or 12287858. OLE color: 12287858.

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

Color convert

RGB114127187-
CMYK0.390.3200.27
HSL229.32º34.93%59.02%-
HSV(B)229.32º39.04%73.33%-
XYZ23.522.3450.09-
YUV129.95160.19116.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.64%
GREEN value IS 127 (50% from 255) = 29.67%
BLUE value IS 187 (73.44% from 255) = 43.69%
R=26.64%
G=29.67%
B=43.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141271870.390.3200.27229.3234.9359.02
Hex727FBB272001Be5233b
Octal16217727347400333454373
Binary111001011111111011101110011110000001101111100101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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