#828ABA

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

Shades of Wild Blue Yonder #828ABA

Tints of Wild Blue Yonder #828ABA

Color information

#828ABA (or 0x828ABA) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8A and BA. RGB value is (130,138,186). Sum of RGB (Red+Green+Blue) = 130+138+186=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #828ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ABA is #7D7545. Grayscale: #8C8C8C. Windows color (decimal): -8222022 or 12225154. OLE color: 12225154.

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

Color convert

RGB130138186-
CMYK0.300.2600.27
HSL231.43º28.87%61.96%-
HSV(B)231.43º30.11%72.94%-
XYZ27.1626.4750.13-
YUV141.08153.35120.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.63%
GREEN value IS 138 (54.30% from 255) = 30.40%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=28.63%
G=30.40%
B=40.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301381860.300.2600.27231.4328.8761.96
Hex828ABA1E1A01Be71d3e
Octal20221227236320333473576
Binary10000010100010101011101011110110100110111110011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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