#727EBC

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

Shades of Wild Blue Yonder #727EBC

Tints of Wild Blue Yonder #727EBC

Color information

#727EBC (or 0x727EBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 7E and BC. RGB value is (114,126,188). Sum of RGB (Red+Green+Blue) = 114+126+188=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #727EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727EBC is #8D8143. Grayscale: #818181. Windows color (decimal): -9273668 or 12353138. OLE color: 12353138.

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

Color convert

RGB114126188-
CMYK0.390.3300.26
HSL230.27º35.58%59.22%-
HSV(B)230.27º39.36%73.73%-
XYZ23.4822.1350.61-
YUV129.48161.02116.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.64%
GREEN value IS 126 (49.61% from 255) = 29.44%
BLUE value IS 188 (73.83% from 255) = 43.93%
R=26.64%
G=29.44%
B=43.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141261880.390.3300.26230.2735.5859.22
Hex727EBC272101Ae6243b
Octal16217627447410323464473
Binary111001011111101011110010011110000101101011100110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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