#818DBA

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

Shades of Wild Blue Yonder #818DBA

Tints of Wild Blue Yonder #818DBA

Color information

#818DBA (or 0x818DBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 8D and BA. RGB value is (129,141,186). Sum of RGB (Red+Green+Blue) = 129+141+186=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #818DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818DBA is #7E7245. Grayscale: #8E8E8E. Windows color (decimal): -8286790 or 12225921. OLE color: 12225921.

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

Color convert

RGB129141186-
CMYK0.310.2400.27
HSL227.37º29.23%61.76%-
HSV(B)227.37º30.65%72.94%-
XYZ27.4427.2650.27-
YUV142.54152.52118.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.29%
GREEN value IS 141 (55.47% from 255) = 30.92%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=28.29%
G=30.92%
B=40.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291411860.310.2400.27227.3729.2361.76
Hex818DBA1F1801Be31d3e
Octal20121527237300333433576
Binary10000001100011011011101011111110000110111110001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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