#828ABB

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

Shades of Wild Blue Yonder #828ABB

Tints of Wild Blue Yonder #828ABB

Color information

#828ABB (or 0x828ABB) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8A and BB. RGB value is (130,138,187). Sum of RGB (Red+Green+Blue) = 130+138+187=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #828ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ABB is #7D7544. Grayscale: #8C8C8C. Windows color (decimal): -8222021 or 12290690. OLE color: 12290690.

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

Color convert

RGB130138187-
CMYK0.300.2600.27
HSL231.58º29.53%62.16%-
HSV(B)231.58º30.48%73.33%-
XYZ27.2626.5150.69-
YUV141.19153.85120.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.57%
GREEN value IS 138 (54.30% from 255) = 30.33%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=28.57%
G=30.33%
B=41.10%

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
Decimal1301381870.300.2600.27231.5829.5362.16
Hex828ABB1E1A01Be81e3e
Octal20221227336320333503676
Binary10000010100010101011101111110110100110111110100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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