#8195BA

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

Shades of Wild Blue Yonder #8195BA

Tints of Wild Blue Yonder #8195BA

Color information

#8195BA (or 0x8195BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 95 and BA. RGB value is (129,149,186). Sum of RGB (Red+Green+Blue) = 129+149+186=464 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.80% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #8195BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8195BA is #7E6A45. Grayscale: #939393. Windows color (decimal): -8284742 or 12227969. OLE color: 12227969.

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

Color convert

RGB129149186-
CMYK0.310.2000.27
HSL218.95º29.23%61.76%-
HSV(B)218.95º30.65%72.94%-
XYZ28.6629.7150.68-
YUV147.24149.87114.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.80%
GREEN value IS 149 (58.59% from 255) = 32.11%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=27.80%
G=32.11%
B=40.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291491860.310.2000.27218.9529.2361.76
Hex8195BA1F1401Bdb1d3e
Octal20122527237240333333576
Binary10000001100101011011101011111101000110111101101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8195BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8195BA; }

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

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

<style>
 a { background-color: #8195BA; }

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

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

<style>
 span { border-color: #8195BA; }

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

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