#818FBD

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

Shades of Wild Blue Yonder #818FBD

Tints of Wild Blue Yonder #818FBD

Color information

#818FBD (or 0x818FBD) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 8F and BD. RGB value is (129,143,189). Sum of RGB (Red+Green+Blue) = 129+143+189=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #818FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818FBD is #7E7042. Grayscale: #8F8F8F. Windows color (decimal): -8286275 or 12423041. OLE color: 12423041.

HSL color Cylindrical-coordinate representation of color #818FBD: hue angle of 226º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #818FBD is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB129143189-
CMYK0.320.2400.26
HSL226º31.25%62.35%-
HSV(B)226º31.75%74.12%-
XYZ28.0627.9952.07-
YUV144.06153.36117.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.98%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=27.98%
G=31.02%
B=41.00%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291431890.320.2400.2622631.2562.35
Hex818FBD201801Ae21f3e
Octal20121727540300323423776
Binary100000011000111110111101100000110000110101110001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,143,189); }

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

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

 a { background-color: rgb(129,143,189); }

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

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

 span { border-color: rgb(129,143,189); }

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