#828AB1

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

Shades of Wild Blue Yonder #828AB1

Tints of Wild Blue Yonder #828AB1

Color information

#828AB1 (or 0x828AB1) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8A and B1. RGB value is (130,138,177). Sum of RGB (Red+Green+Blue) = 130+138+177=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 177 - color contains mainly: blue. Hex color #828AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828AB1 is #7D754E. Grayscale: #8B8B8B. Windows color (decimal): -8222031 or 11635330. OLE color: 11635330.

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

Color convert

RGB130138177-
CMYK0.270.2200.31
HSL229.79º23.15%60.2%-
HSV(B)229.79º26.55%69.41%-
XYZ26.2326.145.25-
YUV140.05148.85120.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.21%
GREEN value IS 138 (54.30% from 255) = 31.01%
BLUE value IS 177 (69.53% from 255) = 39.78%
R=29.21%
G=31.01%
B=39.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301381770.270.2200.31229.7923.1560.2
Hex828AB11B1601Fe6173c
Octal20221226133260373462774
Binary10000010100010101011000111011101100111111110011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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