#828FB2

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

Shades of Wild Blue Yonder #828FB2

Tints of Wild Blue Yonder #828FB2

Color information

#828FB2 (or 0x828FB2) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8F and B2. RGB value is (130,143,178). Sum of RGB (Red+Green+Blue) = 130+143+178=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 178 - color contains mainly: blue. Hex color #828FB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828FB2 is #7D704D. Grayscale: #8E8E8E. Windows color (decimal): -8220750 or 11702146. OLE color: 11702146.

HSL color Cylindrical-coordinate representation of color #828FB2: hue angle of 223.75º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #828FB2 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB130143178-
CMYK0.270.2000.30
HSL223.75º23.76%60.39%-
HSV(B)223.75º26.97%69.8%-
XYZ27.0627.6146.02-
YUV143.1147.69118.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.82%
GREEN value IS 143 (56.25% from 255) = 31.71%
BLUE value IS 178 (69.92% from 255) = 39.47%
R=28.82%
G=31.71%
B=39.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1301431780.270.2000.30223.7523.7660.39
Hex828FB21B1401Ee0183c
Octal20221726233240363403074
Binary10000010100011111011001011011101000111101110000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,143,178); }

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

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

 a { background-color: rgb(130,143,178); }

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

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

 span { border-color: rgb(130,143,178); }

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