#8185AF

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

Shades of Wild Blue Yonder #8185AF

Tints of Wild Blue Yonder #8185AF

Color information

#8185AF (or 0x8185AF) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 85 and AF. RGB value is (129,133,175). Sum of RGB (Red+Green+Blue) = 129+133+175=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #8185AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8185AF is #7E7A50. Grayscale: #888888. Windows color (decimal): -8288849 or 11502977. OLE color: 11502977.

HSL color Cylindrical-coordinate representation of color #8185AF: hue angle of 234.78º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8185AF is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB129133175-
CMYK0.260.2400.31
HSL234.78º22.33%59.61%-
HSV(B)234.78º26.29%68.63%-
XYZ25.1824.5443.97-
YUV136.59149.67122.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.52%
GREEN value IS 133 (52.34% from 255) = 30.43%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=29.52%
G=30.43%
B=40.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291331750.260.2400.31234.7822.3359.61
Hex8185AF1A1801Feb163c
Octal20120525732300373532674
Binary10000001100001011010111111010110000111111110101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8185AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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