#727BCA

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

Shades of Wild Blue Yonder #727BCA

Tints of Wild Blue Yonder #727BCA

Color information

#727BCA (or 0x727BCA) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 7B and CA. RGB value is (114,123,202). Sum of RGB (Red+Green+Blue) = 114+123+202=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #727BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BCA is #8D8435. Grayscale: #808080. Windows color (decimal): -9274422 or 13269874. OLE color: 13269874.

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

Color convert

RGB114123202-
CMYK0.440.3900.21
HSL233.86º45.36%61.96%-
HSV(B)233.86º43.56%79.22%-
XYZ24.6822.0158.82-
YUV129.32169.02117.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.97%
GREEN value IS 123 (48.44% from 255) = 28.02%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=25.97%
G=28.02%
B=46.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1141232020.440.3900.21233.8645.3661.96
Hex727BCA2C27015ea2d3e
Octal16217331254470253525576
Binary111001011110111100101010110010011101010111101010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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