#828DB7

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

Shades of Wild Blue Yonder #828DB7

Tints of Wild Blue Yonder #828DB7

Color information

#828DB7 (or 0x828DB7) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8D and B7. RGB value is (130,141,183). Sum of RGB (Red+Green+Blue) = 130+141+183=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 183 - color contains mainly: blue. Hex color #828DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828DB7 is #7D7248. Grayscale: #8E8E8E. Windows color (decimal): -8221257 or 12029314. OLE color: 12029314.

HSL color Cylindrical-coordinate representation of color #828DB7: hue angle of 227.55º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #828DB7 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB130141183-
CMYK0.290.2300.28
HSL227.55º26.9%61.37%-
HSV(B)227.55º28.96%71.76%-
XYZ27.2827.2148.61-
YUV142.5150.86119.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.63%
GREEN value IS 141 (55.47% from 255) = 31.06%
BLUE value IS 183 (71.88% from 255) = 40.31%
R=28.63%
G=31.06%
B=40.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1301411830.290.2300.28227.5526.961.37
Hex828DB71D1701Ce41b3d
Octal20221526735270343443375
Binary10000010100011011011011111101101110111001110010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,141,183); }

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

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

 a { background-color: rgb(130,141,183); }

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

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

 span { border-color: rgb(130,141,183); }

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