#828AB0

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

Shades of Wild Blue Yonder #828AB0

Tints of Wild Blue Yonder #828AB0

Color information

#828AB0 (or 0x828AB0) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8A and B0. RGB value is (130,138,176). Sum of RGB (Red+Green+Blue) = 130+138+176=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 176 - color contains mainly: blue. Hex color #828AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828AB0 is #7D754F. Grayscale: #8B8B8B. Windows color (decimal): -8222032 or 11569794. OLE color: 11569794.

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

Color convert

RGB130138176-
CMYK0.260.2200.31
HSL229.57º22.55%60%-
HSV(B)229.57º26.14%69.02%-
XYZ26.1326.0644.73-
YUV139.94148.35120.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.28%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 176 (69.14% from 255) = 39.64%
R=29.28%
G=31.08%
B=39.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301381760.260.2200.31229.5722.5560
Hex828AB01A1601Fe6173c
Octal20221226032260373462774
Binary10000010100010101011000011010101100111111110011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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