#828BAF

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

Shades of Wild Blue Yonder #828BAF

Tints of Wild Blue Yonder #828BAF

Color information

#828BAF (or 0x828BAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8B and AF. RGB value is (130,139,175). Sum of RGB (Red+Green+Blue) = 130+139+175=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #828BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828BAF is #7D7450. Grayscale: #8C8C8C. Windows color (decimal): -8221777 or 11504514. OLE color: 11504514.

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

Color convert

RGB130139175-
CMYK0.260.2100.31
HSL228º21.95%59.8%-
HSV(B)228º25.71%68.63%-
XYZ26.1826.3144.26-
YUV140.41147.52120.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.28%
GREEN value IS 139 (54.69% from 255) = 31.31%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=29.28%
G=31.31%
B=39.41%

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
Decimal1301391750.260.2100.3122821.9559.8
Hex828BAF1A1501Fe4163c
Octal20221325732250373442674
Binary10000010100010111010111111010101010111111110010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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