#727DC2

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

Shades of Wild Blue Yonder #727DC2

Tints of Wild Blue Yonder #727DC2

Color information

#727DC2 (or 0x727DC2) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 7D and C2. RGB value is (114,125,194). Sum of RGB (Red+Green+Blue) = 114+125+194=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #727DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727DC2 is #8D823D. Grayscale: #818181. Windows color (decimal): -9273918 or 12746098. OLE color: 12746098.

HSL color Cylindrical-coordinate representation of color #727DC2: hue angle of 231.75º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #727DC2 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB114125194-
CMYK0.410.3600.24
HSL231.75º39.6%60.39%-
HSV(B)231.75º41.24%76.08%-
XYZ24.0122.1454.05-
YUV129.58164.36116.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.33%
GREEN value IS 125 (49.22% from 255) = 28.87%
BLUE value IS 194 (76.17% from 255) = 44.80%
R=26.33%
G=28.87%
B=44.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1141251940.410.3600.24231.7539.660.39
Hex727DC22924018e8283c
Octal16217530251440303505074
Binary111001011111011100001010100110010001100011101000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,125,194); }

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

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

 a { background-color: rgb(114,125,194); }

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

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

 span { border-color: rgb(114,125,194); }

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