#818BB0

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

Shades of Wild Blue Yonder #818BB0

Tints of Wild Blue Yonder #818BB0

Color information

#818BB0 (or 0x818BB0) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 8B and B0. RGB value is (129,139,176). Sum of RGB (Red+Green+Blue) = 129+139+176=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 176 - color contains mainly: blue. Hex color #818BB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818BB0 is #7E744F. Grayscale: #8C8C8C. Windows color (decimal): -8287312 or 11570049. OLE color: 11570049.

HSL color Cylindrical-coordinate representation of color #818BB0: hue angle of 227.23º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #818BB0 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB129139176-
CMYK0.270.2100.31
HSL227.23º22.93%59.8%-
HSV(B)227.23º26.7%69.02%-
XYZ26.1226.2744.77-
YUV140.23148.19119.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.05%
GREEN value IS 139 (54.69% from 255) = 31.31%
BLUE value IS 176 (69.14% from 255) = 39.64%
R=29.05%
G=31.31%
B=39.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291391760.270.2100.31227.2322.9359.8
Hex818BB01B1501Fe3173c
Octal20121326033250373432774
Binary10000001100010111011000011011101010111111110001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,139,176); }

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

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

 a { background-color: rgb(129,139,176); }

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

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

 span { border-color: rgb(129,139,176); }

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