#828BB1

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

Shades of Wild Blue Yonder #828BB1

Tints of Wild Blue Yonder #828BB1

Color information

#828BB1 (or 0x828BB1) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8B and B1. RGB value is (130,139,177). Sum of RGB (Red+Green+Blue) = 130+139+177=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 177 - color contains mainly: blue. Hex color #828BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828BB1 is #7D744E. Grayscale: #8C8C8C. Windows color (decimal): -8221775 or 11635586. OLE color: 11635586.

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

Color convert

RGB130139177-
CMYK0.270.2100.31
HSL228.51º23.15%60.2%-
HSV(B)228.51º26.55%69.41%-
XYZ26.3726.3945.3-
YUV140.64148.52120.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.15%
GREEN value IS 139 (54.69% from 255) = 31.17%
BLUE value IS 177 (69.53% from 255) = 39.69%
R=29.15%
G=31.17%
B=39.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301391770.270.2100.31228.5123.1560.2
Hex828BB11B1501Fe5173c
Octal20221326133250373452774
Binary10000010100010111011000111011101010111111110010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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