#828CBD

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

Shades of Wild Blue Yonder #828CBD

Tints of Wild Blue Yonder #828CBD

Color information

#828CBD (or 0x828CBD) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8C and BD. RGB value is (130,140,189). Sum of RGB (Red+Green+Blue) = 130+140+189=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #828CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828CBD is #7D7342. Grayscale: #8E8E8E. Windows color (decimal): -8221507 or 12422274. OLE color: 12422274.

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

Color convert

RGB130140189-
CMYK0.310.2600.26
HSL229.83º30.89%62.55%-
HSV(B)229.83º31.22%74.12%-
XYZ27.7727.1851.93-
YUV142.6154.19119.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.32%
GREEN value IS 140 (55.08% from 255) = 30.50%
BLUE value IS 189 (74.22% from 255) = 41.18%
R=28.32%
G=30.50%
B=41.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301401890.310.2600.26229.8330.8962.55
Hex828CBD1F1A01Ae61f3f
Octal20221427537320323463777
Binary10000010100011001011110111111110100110101110011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,140,189); }

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

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

 a { background-color: rgb(130,140,189); }

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

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

 span { border-color: rgb(130,140,189); }

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