#828BB8

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

Shades of Wild Blue Yonder #828BB8

Tints of Wild Blue Yonder #828BB8

Color information

#828BB8 (or 0x828BB8) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8B and B8. RGB value is (130,139,184). Sum of RGB (Red+Green+Blue) = 130+139+184=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 184 - color contains mainly: blue. Hex color #828BB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BB8 is #7D7447. Grayscale: #8D8D8D. Windows color (decimal): -8221768 or 12094338. OLE color: 12094338.

HSL color Cylindrical-coordinate representation of color #828BB8: hue angle of 230º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #828BB8 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB130139184-
CMYK0.290.2400.28
HSL230º27.55%61.57%-
HSV(B)230º29.35%72.16%-
XYZ27.0926.6749.07-
YUV141.44152.02119.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.70%
GREEN value IS 139 (54.69% from 255) = 30.68%
BLUE value IS 184 (72.27% from 255) = 40.62%
R=28.70%
G=30.68%
B=40.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1301391840.290.2400.2823027.5561.57
Hex828BB81D1801Ce61c3e
Octal20221327035300343463476
Binary10000010100010111011100011101110000111001110011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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