#828BB0

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

Shades of Wild Blue Yonder #828BB0

Tints of Wild Blue Yonder #828BB0

Color information

#828BB0 (or 0x828BB0) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8B and B0. RGB value is (130,139,176). Sum of RGB (Red+Green+Blue) = 130+139+176=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 176 - color contains mainly: blue. Hex color #828BB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828BB0 is #7D744F. Grayscale: #8C8C8C. Windows color (decimal): -8221776 or 11570050. OLE color: 11570050.

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

Color convert

RGB130139176-
CMYK0.260.2100.31
HSL228.26º22.55%60%-
HSV(B)228.26º26.14%69.02%-
XYZ26.2826.3544.77-
YUV140.53148.02120.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.21%
GREEN value IS 139 (54.69% from 255) = 31.24%
BLUE value IS 176 (69.14% from 255) = 39.55%
R=29.21%
G=31.24%
B=39.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301391760.260.2100.31228.2622.5560
Hex828BB01A1501Fe4173c
Octal20221326032250373442774
Binary10000010100010111011000011010101010111111110010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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