#828AC9

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

Shades of Wild Blue Yonder #828AC9

Tints of Wild Blue Yonder #828AC9

Color information

#828AC9 (or 0x828AC9) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8A and C9. RGB value is (130,138,201). Sum of RGB (Red+Green+Blue) = 130+138+201=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #828AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828AC9 is #7D7536. Grayscale: #8E8E8E. Windows color (decimal): -8222007 or 13208194. OLE color: 13208194.

HSL color Cylindrical-coordinate representation of color #828AC9: hue angle of 233.24º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #828AC9 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB130138201-
CMYK0.350.3100.21
HSL233.24º39.66%64.9%-
HSV(B)233.24º35.32%78.82%-
XYZ28.8427.1458.98-
YUV142.79160.85118.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.72%
GREEN value IS 138 (54.30% from 255) = 29.42%
BLUE value IS 201 (78.91% from 255) = 42.86%
R=27.72%
G=29.42%
B=42.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1301382010.350.3100.21233.2439.6664.9
Hex828AC9231F015e92841
Octal202212311433702535150101
Binary10000010100010101100100110001111111010101111010011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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