#727DC3

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

Shades of Wild Blue Yonder #727DC3

Tints of Wild Blue Yonder #727DC3

Color information

#727DC3 (or 0x727DC3) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 7D and C3. RGB value is (114,125,195). Sum of RGB (Red+Green+Blue) = 114+125+195=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 195 - color contains mainly: blue. Hex color #727DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727DC3 is #8D823C. Grayscale: #818181. Windows color (decimal): -9273917 or 12811634. OLE color: 12811634.

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

Color convert

RGB114125195-
CMYK0.420.3600.24
HSL231.85º40.3%60.59%-
HSV(B)231.85º41.54%76.47%-
XYZ24.1222.1854.64-
YUV129.69164.86116.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.27%
GREEN value IS 125 (49.22% from 255) = 28.80%
BLUE value IS 195 (76.56% from 255) = 44.93%
R=26.27%
G=28.80%
B=44.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1141251950.420.3600.24231.8540.360.59
Hex727DC32A24018e8283d
Octal16217530352440303505075
Binary111001011111011100001110101010010001100011101000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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