#727ECA

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

Shades of Wild Blue Yonder #727ECA

Tints of Wild Blue Yonder #727ECA

Color information

#727ECA (or 0x727ECA) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 7E and CA. RGB value is (114,126,202). Sum of RGB (Red+Green+Blue) = 114+126+202=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #727ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ECA is #8D8135. Grayscale: #828282. Windows color (decimal): -9273654 or 13270642. OLE color: 13270642.

HSL color Cylindrical-coordinate representation of color #727ECA: hue angle of 231.82º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #727ECA is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB114126202-
CMYK0.440.3800.21
HSL231.82º45.36%61.96%-
HSV(B)231.82º43.56%79.22%-
XYZ25.0622.7658.95-
YUV131.08168.02115.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.79%
GREEN value IS 126 (49.61% from 255) = 28.51%
BLUE value IS 202 (79.30% from 255) = 45.70%
R=25.79%
G=28.51%
B=45.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1141262020.440.3800.21231.8245.3661.96
Hex727ECA2C26015e82d3e
Octal16217631254460253505576
Binary111001011111101100101010110010011001010111101000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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