#818EBE

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

Shades of Wild Blue Yonder #818EBE

Tints of Wild Blue Yonder #818EBE

Color information

#818EBE (or 0x818EBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 8E and BE. RGB value is (129,142,190). Sum of RGB (Red+Green+Blue) = 129+142+190=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #818EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818EBE is #7E7141. Grayscale: #8F8F8F. Windows color (decimal): -8286530 or 12488321. OLE color: 12488321.

HSL color Cylindrical-coordinate representation of color #818EBE: hue angle of 227.21º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #818EBE is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB129142190-
CMYK0.320.2500.25
HSL227.21º31.94%62.55%-
HSV(B)227.21º32.11%74.51%-
XYZ28.0227.7352.59-
YUV143.58154.19117.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.98%
GREEN value IS 142 (55.86% from 255) = 30.80%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=27.98%
G=30.80%
B=41.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291421900.320.2500.25227.2131.9462.55
Hex818EBE2019019e3203f
Octal20121627640310313434077
Binary1000000110001110101111101000001100101100111100011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818EBE; }

 p { color: rgb(129,142,190); }

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

<style>
 a { background-color: #818EBE; }

 a { background-color: rgb(129,142,190); }

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

<style>
 span { border-color: #818EBE; }

 span { border-color: rgb(129,142,190); }

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