#828EBB

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

Shades of Wild Blue Yonder #828EBB

Tints of Wild Blue Yonder #828EBB

Color information

#828EBB (or 0x828EBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8E and BB. RGB value is (130,142,187). Sum of RGB (Red+Green+Blue) = 130+142+187=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #828EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828EBB is #7D7144. Grayscale: #8F8F8F. Windows color (decimal): -8220997 or 12291714. OLE color: 12291714.

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

Color convert

RGB130142187-
CMYK0.300.2400.27
HSL227.37º29.53%62.16%-
HSV(B)227.37º30.48%73.33%-
XYZ27.8527.6850.89-
YUV143.54152.52118.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.32%
GREEN value IS 142 (55.86% from 255) = 30.94%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=28.32%
G=30.94%
B=40.74%

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
Decimal1301421870.300.2400.27227.3729.5362.16
Hex828EBB1E1801Be31e3e
Octal20221627336300333433676
Binary10000010100011101011101111110110000110111110001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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