#828FBC

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

Shades of Wild Blue Yonder #828FBC

Tints of Wild Blue Yonder #828FBC

Color information

#828FBC (or 0x828FBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8F and BC. RGB value is (130,143,188). Sum of RGB (Red+Green+Blue) = 130+143+188=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #828FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FBC is #7D7043. Grayscale: #909090. Windows color (decimal): -8220740 or 12357506. OLE color: 12357506.

HSL color Cylindrical-coordinate representation of color #828FBC: hue angle of 226.55º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #828FBC is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB130143188-
CMYK0.310.2400.26
HSL226.55º30.21%62.35%-
HSV(B)226.55º30.85%73.73%-
XYZ28.1128.0251.5-
YUV144.24152.69117.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.20%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 188 (73.83% from 255) = 40.78%
R=28.20%
G=31.02%
B=40.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301431880.310.2400.26226.5530.2162.35
Hex828FBC1F1801Ae31e3e
Octal20221727437300323433676
Binary10000010100011111011110011111110000110101110001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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