#8195BB

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

Shades of Wild Blue Yonder #8195BB

Tints of Wild Blue Yonder #8195BB

Color information

#8195BB (or 0x8195BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 95 and BB. RGB value is (129,149,187). Sum of RGB (Red+Green+Blue) = 129+149+187=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #8195BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8195BB is #7E6A44. Grayscale: #939393. Windows color (decimal): -8284741 or 12293505. OLE color: 12293505.

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

Color convert

RGB129149187-
CMYK0.310.2000.27
HSL219.31º29.9%61.96%-
HSV(B)219.31º31.02%73.33%-
XYZ28.7729.7551.24-
YUV147.35150.37114.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.74%
GREEN value IS 149 (58.59% from 255) = 32.04%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=27.74%
G=32.04%
B=40.22%

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
Decimal1291491870.310.2000.27219.3129.961.96
Hex8195BB1F1401Bdb1e3e
Octal20122527337240333333676
Binary10000001100101011011101111111101000110111101101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8195BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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