#828EBA

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

Shades of Wild Blue Yonder #828EBA

Tints of Wild Blue Yonder #828EBA

Color information

#828EBA (or 0x828EBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8E and BA. RGB value is (130,142,186). Sum of RGB (Red+Green+Blue) = 130+142+186=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #828EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828EBA is #7D7145. Grayscale: #8F8F8F. Windows color (decimal): -8220998 or 12226178. OLE color: 12226178.

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

Color convert

RGB130142186-
CMYK0.300.2400.27
HSL227.14º28.87%61.96%-
HSV(B)227.14º30.11%72.94%-
XYZ27.7427.6450.33-
YUV143.43152.02118.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.38%
GREEN value IS 142 (55.86% from 255) = 31.00%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=28.38%
G=31.00%
B=40.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301421860.300.2400.27227.1428.8761.96
Hex828EBA1E1801Be31d3e
Octal20221627236300333433576
Binary10000010100011101011101011110110000110111110001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,142,186); }

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

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

 a { background-color: rgb(130,142,186); }

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

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

 span { border-color: rgb(130,142,186); }

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