#818ABA

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

Shades of Wild Blue Yonder #818ABA

Tints of Wild Blue Yonder #818ABA

Color information

#818ABA (or 0x818ABA) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 8A and BA. RGB value is (129,138,186). Sum of RGB (Red+Green+Blue) = 129+138+186=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #818ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ABA is #7E7545. Grayscale: #8C8C8C. Windows color (decimal): -8287558 or 12225153. OLE color: 12225153.

HSL color Cylindrical-coordinate representation of color #818ABA: hue angle of 230.53º 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 #818ABA is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB129138186-
CMYK0.310.2600.27
HSL230.53º29.23%61.76%-
HSV(B)230.53º30.65%72.94%-
XYZ2726.3950.12-
YUV140.78153.52119.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.48%
GREEN value IS 138 (54.30% from 255) = 30.46%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=28.48%
G=30.46%
B=41.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291381860.310.2600.27230.5329.2361.76
Hex818ABA1F1A01Be71d3e
Octal20121227237320333473576
Binary10000001100010101011101011111110100110111110011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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