#828FBB

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

Shades of Wild Blue Yonder #828FBB

Tints of Wild Blue Yonder #828FBB

Color information

#828FBB (or 0x828FBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8F and BB. RGB value is (130,143,187). Sum of RGB (Red+Green+Blue) = 130+143+187=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #828FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FBB is #7D7044. Grayscale: #8F8F8F. Windows color (decimal): -8220741 or 12291970. OLE color: 12291970.

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

Color convert

RGB130143187-
CMYK0.300.2400.27
HSL226.32º29.53%62.16%-
HSV(B)226.32º30.48%73.33%-
XYZ2827.9850.94-
YUV144.13152.19117.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.26%
GREEN value IS 143 (56.25% from 255) = 31.09%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=28.26%
G=31.09%
B=40.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301431870.300.2400.27226.3229.5362.16
Hex828FBB1E1801Be21e3e
Octal20221727336300333423676
Binary10000010100011111011101111110110000110111110001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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