#727EBB

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

Shades of Wild Blue Yonder #727EBB

Tints of Wild Blue Yonder #727EBB

Color information

#727EBB (or 0x727EBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 7E and BB. RGB value is (114,126,187). Sum of RGB (Red+Green+Blue) = 114+126+187=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #727EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727EBB is #8D8144. Grayscale: #818181. Windows color (decimal): -9273669 or 12287602. OLE color: 12287602.

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

Color convert

RGB114126187-
CMYK0.390.3300.27
HSL230.14º34.93%59.02%-
HSV(B)230.14º39.04%73.33%-
XYZ23.3722.0950.05-
YUV129.37160.52117.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.70%
GREEN value IS 126 (49.61% from 255) = 29.51%
BLUE value IS 187 (73.44% from 255) = 43.79%
R=26.70%
G=29.51%
B=43.79%

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
Decimal1141261870.390.3300.27230.1434.9359.02
Hex727EBB272101Be6233b
Octal16217627347410333464373
Binary111001011111101011101110011110000101101111100110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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