#828EB9

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

Shades of Wild Blue Yonder #828EB9

Tints of Wild Blue Yonder #828EB9

Color information

#828EB9 (or 0x828EB9) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8E and B9. RGB value is (130,142,185). Sum of RGB (Red+Green+Blue) = 130+142+185=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 185 - color contains mainly: blue. Hex color #828EB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828EB9 is #7D7146. Grayscale: #8F8F8F. Windows color (decimal): -8220999 or 12160642. OLE color: 12160642.

HSL color Cylindrical-coordinate representation of color #828EB9: hue angle of 226.91º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #828EB9 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130142185-
CMYK0.300.2300.27
HSL226.91º28.21%61.76%-
HSV(B)226.91º29.73%72.55%-
XYZ27.6427.5949.77-
YUV143.31151.52118.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.45%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 185 (72.66% from 255) = 40.48%
R=28.45%
G=31.07%
B=40.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301421850.300.2300.27226.9128.2161.76
Hex828EB91E1701Be31c3e
Octal20221627136270333433476
Binary10000010100011101011100111110101110110111110001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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