#727CBF

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

Shades of Wild Blue Yonder #727CBF

Tints of Wild Blue Yonder #727CBF

Color information

#727CBF (or 0x727CBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 7C and BF. RGB value is (114,124,191). Sum of RGB (Red+Green+Blue) = 114+124+191=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #727CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727CBF is #8D8340. Grayscale: #808080. Windows color (decimal): -9274177 or 12549234. OLE color: 12549234.

HSL color Cylindrical-coordinate representation of color #727CBF: hue angle of 232.21º degrees, saturation: 0.38, 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 #727CBF is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114124191-
CMYK0.400.3500.25
HSL232.21º37.56%59.8%-
HSV(B)232.21º40.31%74.9%-
XYZ23.5521.7552.25-
YUV128.65163.19117.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.57%
GREEN value IS 124 (48.83% from 255) = 28.90%
BLUE value IS 191 (75% from 255) = 44.52%
R=26.57%
G=28.90%
B=44.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141241910.400.3500.25232.2137.5659.8
Hex727CBF2823019e8263c
Octal16217427750430313504674
Binary111001011111001011111110100010001101100111101000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,124,191); }

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

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

 a { background-color: rgb(114,124,191); }

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

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

 span { border-color: rgb(114,124,191); }

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