#727FBE

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

Shades of Wild Blue Yonder #727FBE

Tints of Wild Blue Yonder #727FBE

Color information

#727FBE (or 0x727FBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 7F and BE. RGB value is (114,127,190). Sum of RGB (Red+Green+Blue) = 114+127+190=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #727FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FBE is #8D8041. Grayscale: #828282. Windows color (decimal): -9273410 or 12484466. OLE color: 12484466.

HSL color Cylindrical-coordinate representation of color #727FBE: hue angle of 229.74º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #727FBE is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114127190-
CMYK0.400.3300.25
HSL229.74º36.89%59.61%-
HSV(B)229.74º40%74.51%-
XYZ23.8222.4751.8-
YUV130.29161.69116.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.45%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=26.45%
G=29.47%
B=44.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141271900.400.3300.25229.7436.8959.61
Hex727FBE2821019e6253c
Octal16217727650410313464574
Binary111001011111111011111010100010000101100111100110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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