#8185BA

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

Shades of Wild Blue Yonder #8185BA

Tints of Wild Blue Yonder #8185BA

Color information

#8185BA (or 0x8185BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 85 and BA. RGB value is (129,133,186). Sum of RGB (Red+Green+Blue) = 129+133+186=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #8185BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8185BA is #7E7A45. Grayscale: #898989. Windows color (decimal): -8288838 or 12223873. OLE color: 12223873.

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

Color convert

RGB129133186-
CMYK0.310.2800.27
HSL235.79º29.23%61.76%-
HSV(B)235.79º30.65%72.94%-
XYZ26.324.9949.89-
YUV137.85155.17121.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.79%
GREEN value IS 133 (52.34% from 255) = 29.69%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=28.79%
G=29.69%
B=41.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291331860.310.2800.27235.7929.2361.76
Hex8185BA1F1C01Bec1d3e
Octal20120527237340333543576
Binary10000001100001011011101011111111000110111110110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8185BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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