#828EBF

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

Shades of Wild Blue Yonder #828EBF

Tints of Wild Blue Yonder #828EBF

Color information

#828EBF (or 0x828EBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8E and BF. RGB value is (130,142,191). Sum of RGB (Red+Green+Blue) = 130+142+191=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #828EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828EBF is #7D7140. Grayscale: #8F8F8F. Windows color (decimal): -8220993 or 12553858. OLE color: 12553858.

HSL color Cylindrical-coordinate representation of color #828EBF: hue angle of 228.2º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #828EBF is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB130142191-
CMYK0.320.2600.25
HSL228.2º32.28%62.94%-
HSV(B)228.2º31.94%74.9%-
XYZ28.2827.8553.18-
YUV144154.52118.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.08%
GREEN value IS 142 (55.86% from 255) = 30.67%
BLUE value IS 191 (75% from 255) = 41.25%
R=28.08%
G=30.67%
B=41.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301421910.320.2600.25228.232.2862.94
Hex828EBF201A019e4203f
Octal20221627740320313444077
Binary1000001010001110101111111000001101001100111100100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,142,191); }

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

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

 a { background-color: rgb(130,142,191); }

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

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

 span { border-color: rgb(130,142,191); }

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