#828EB1

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

Shades of Wild Blue Yonder #828EB1

Tints of Wild Blue Yonder #828EB1

Color information

#828EB1 (or 0x828EB1) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8E and B1. RGB value is (130,142,177). Sum of RGB (Red+Green+Blue) = 130+142+177=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 177 - color contains mainly: blue. Hex color #828EB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828EB1 is #7D714E. Grayscale: #8E8E8E. Windows color (decimal): -8221007 or 11636354. OLE color: 11636354.

HSL color Cylindrical-coordinate representation of color #828EB1: hue angle of 224.68º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #828EB1 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB130142177-
CMYK0.270.2000.31
HSL224.68º23.15%60.2%-
HSV(B)224.68º26.55%69.41%-
XYZ26.8127.2745.44-
YUV142.4147.52119.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.95%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 177 (69.53% from 255) = 39.42%
R=28.95%
G=31.63%
B=39.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301421770.270.2000.31224.6823.1560.2
Hex828EB11B1401Fe1173c
Octal20221626133240373412774
Binary10000010100011101011000111011101000111111110000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,142,177); }

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

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

 a { background-color: rgb(130,142,177); }

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

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

 span { border-color: rgb(130,142,177); }

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