#727FCD

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

Shades of Wild Blue Yonder #727FCD

Tints of Wild Blue Yonder #727FCD

Color information

#727FCD (or 0x727FCD) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 7F and CD. RGB value is (114,127,205). Sum of RGB (Red+Green+Blue) = 114+127+205=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #727FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FCD is #8D8032. Grayscale: #838383. Windows color (decimal): -9273395 or 13467506. OLE color: 13467506.

HSL color Cylindrical-coordinate representation of color #727FCD: hue angle of 231.43º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #727FCD is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB114127205-
CMYK0.440.3800.20
HSL231.43º47.64%62.55%-
HSV(B)231.43º44.39%80.39%-
XYZ25.5523.1660.88-
YUV132169.19115.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.56%
GREEN value IS 127 (50% from 255) = 28.48%
BLUE value IS 205 (80.47% from 255) = 45.96%
R=25.56%
G=28.48%
B=45.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141272050.440.3800.20231.4347.6462.55
Hex727FCD2C26014e7303f
Octal16217731554460243476077
Binary111001011111111100110110110010011001010011100111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,127,205); }

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

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

 a { background-color: rgb(114,127,205); }

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

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

 span { border-color: rgb(114,127,205); }

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