#828AAF

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

Shades of Wild Blue Yonder #828AAF

Tints of Wild Blue Yonder #828AAF

Color information

#828AAF (or 0x828AAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8A and AF. RGB value is (130,138,175). Sum of RGB (Red+Green+Blue) = 130+138+175=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #828AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828AAF is #7D7550. Grayscale: #8B8B8B. Windows color (decimal): -8222033 or 11504258. OLE color: 11504258.

HSL color Cylindrical-coordinate representation of color #828AAF: hue angle of 229.33º 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 #828AAF is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB130138175-
CMYK0.260.2100.31
HSL229.33º21.95%59.8%-
HSV(B)229.33º25.71%68.63%-
XYZ26.0326.0244.21-
YUV139.83147.85120.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.35%
GREEN value IS 138 (54.30% from 255) = 31.15%
BLUE value IS 175 (68.75% from 255) = 39.50%
R=29.35%
G=31.15%
B=39.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301381750.260.2100.31229.3321.9559.8
Hex828AAF1A1501Fe5163c
Octal20221225732250373452674
Binary10000010100010101010111111010101010111111110010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828AAF; }

 p { color: rgb(130,138,175); }

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

<style>
 a { background-color: #828AAF; }

 a { background-color: rgb(130,138,175); }

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

<style>
 span { border-color: #828AAF; }

 span { border-color: rgb(130,138,175); }

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