#818FBA

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

Shades of Wild Blue Yonder #818FBA

Tints of Wild Blue Yonder #818FBA

Color information

#818FBA (or 0x818FBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 8F and BA. RGB value is (129,143,186). Sum of RGB (Red+Green+Blue) = 129+143+186=458 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.17% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #818FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818FBA is #7E7045. Grayscale: #8F8F8F. Windows color (decimal): -8286278 or 12226433. OLE color: 12226433.

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

Color convert

RGB129143186-
CMYK0.310.2300.27
HSL225.26º29.23%61.76%-
HSV(B)225.26º30.65%72.94%-
XYZ27.7427.8650.37-
YUV143.72151.86117.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.17%
GREEN value IS 143 (56.25% from 255) = 31.22%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=28.17%
G=31.22%
B=40.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291431860.310.2300.27225.2629.2361.76
Hex818FBA1F1701Be11d3e
Octal20121727237270333413576
Binary10000001100011111011101011111101110110111110000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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