#818AB1

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

Shades of Wild Blue Yonder #818AB1

Tints of Wild Blue Yonder #818AB1

Color information

#818AB1 (or 0x818AB1) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 8A and B1. RGB value is (129,138,177). Sum of RGB (Red+Green+Blue) = 129+138+177=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 177 - color contains mainly: blue. Hex color #818AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818AB1 is #7E754E. Grayscale: #8B8B8B. Windows color (decimal): -8287567 or 11635329. OLE color: 11635329.

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

Color convert

RGB129138177-
CMYK0.270.2200.31
HSL228.75º23.53%60%-
HSV(B)228.75º27.12%69.41%-
XYZ26.0826.0245.24-
YUV139.76149.02120.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.05%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 177 (69.53% from 255) = 39.86%
R=29.05%
G=31.08%
B=39.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291381770.270.2200.31228.7523.5360
Hex818AB11B1601Fe5183c
Octal20121226133260373453074
Binary10000001100010101011000111011101100111111110010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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