#828BBF

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

Shades of Wild Blue Yonder #828BBF

Tints of Wild Blue Yonder #828BBF

Color information

#828BBF (or 0x828BBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8B and BF. RGB value is (130,139,191). Sum of RGB (Red+Green+Blue) = 130+139+191=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #828BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BBF is #7D7440. Grayscale: #8E8E8E. Windows color (decimal): -8221761 or 12553090. OLE color: 12553090.

HSL color Cylindrical-coordinate representation of color #828BBF: hue angle of 231.15º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #828BBF is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB130139191-
CMYK0.320.2700.25
HSL231.15º32.28%62.94%-
HSV(B)231.15º31.94%74.9%-
XYZ27.8426.9753.03-
YUV142.24155.52119.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.26%
GREEN value IS 139 (54.69% from 255) = 30.22%
BLUE value IS 191 (75% from 255) = 41.52%
R=28.26%
G=30.22%
B=41.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301391910.320.2700.25231.1532.2862.94
Hex828BBF201B019e7203f
Octal20221327740330313474077
Binary1000001010001011101111111000001101101100111100111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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