#828BBE

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

Shades of Wild Blue Yonder #828BBE

Tints of Wild Blue Yonder #828BBE

Color information

#828BBE (or 0x828BBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8B and BE. RGB value is (130,139,190). Sum of RGB (Red+Green+Blue) = 130+139+190=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #828BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BBE is #7D7441. Grayscale: #8D8D8D. Windows color (decimal): -8221762 or 12487554. OLE color: 12487554.

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

Color convert

RGB130139190-
CMYK0.320.2700.25
HSL231º31.58%62.75%-
HSV(B)231º31.58%74.51%-
XYZ27.7326.9352.45-
YUV142.12155.02119.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.32%
GREEN value IS 139 (54.69% from 255) = 30.28%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=28.32%
G=30.28%
B=41.39%

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
Decimal1301391900.320.2700.2523131.5862.75
Hex828BBE201B019e7203f
Octal20221327640330313474077
Binary1000001010001011101111101000001101101100111100111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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