#828CBF

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

Shades of Wild Blue Yonder #828CBF

Tints of Wild Blue Yonder #828CBF

Color information

#828CBF (or 0x828CBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 8C and BF. RGB value is (130,140,191). Sum of RGB (Red+Green+Blue) = 130+140+191=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #828CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828CBF is #7D7340. Grayscale: #8E8E8E. Windows color (decimal): -8221505 or 12553346. OLE color: 12553346.

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

Color convert

RGB130140191-
CMYK0.320.2700.25
HSL230.16º32.28%62.94%-
HSV(B)230.16º31.94%74.9%-
XYZ27.9927.2653.08-
YUV142.82155.19118.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.20%
GREEN value IS 140 (55.08% from 255) = 30.37%
BLUE value IS 191 (75% from 255) = 41.43%
R=28.20%
G=30.37%
B=41.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301401910.320.2700.25230.1632.2862.94
Hex828CBF201B019e6203f
Octal20221427740330313464077
Binary1000001010001100101111111000001101101100111100110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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