#818BBA

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

Shades of Wild Blue Yonder #818BBA

Tints of Wild Blue Yonder #818BBA

Color information

#818BBA (or 0x818BBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 8B and BA. RGB value is (129,139,186). Sum of RGB (Red+Green+Blue) = 129+139+186=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #818BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818BBA is #7E7445. Grayscale: #8D8D8D. Windows color (decimal): -8287302 or 12225409. OLE color: 12225409.

HSL color Cylindrical-coordinate representation of color #818BBA: hue angle of 229.47º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #818BBA is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB129139186-
CMYK0.310.2500.27
HSL229.47º29.23%61.76%-
HSV(B)229.47º30.65%72.94%-
XYZ27.1526.6850.17-
YUV141.37153.19119.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.41%
GREEN value IS 139 (54.69% from 255) = 30.62%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=28.41%
G=30.62%
B=40.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291391860.310.2500.27229.4729.2361.76
Hex818BBA1F1901Be51d3e
Octal20121327237310333453576
Binary10000001100010111011101011111110010110111110010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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