#8082B9

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

Shades of Wild Blue Yonder #8082B9

Tints of Wild Blue Yonder #8082B9

Color information

#8082B9 (or 0x8082B9) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 82 and B9. RGB value is (128,130,185). Sum of RGB (Red+Green+Blue) = 128+130+185=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 185 - color contains mainly: blue. Hex color #8082B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8082B9 is #7F7D46. Grayscale: #878787. Windows color (decimal): -8355143 or 12157568. OLE color: 12157568.

HSL color Cylindrical-coordinate representation of color #8082B9: hue angle of 237.89º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8082B9 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128130185-
CMYK0.310.3000.27
HSL237.89º28.93%61.37%-
HSV(B)237.89º30.81%72.55%-
XYZ25.6424.0649.19-
YUV135.67155.84122.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.89%
GREEN value IS 130 (51.17% from 255) = 29.35%
BLUE value IS 185 (72.66% from 255) = 41.76%
R=28.89%
G=29.35%
B=41.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281301850.310.3000.27237.8928.9361.37
Hex8082B91F1E01Bee1d3d
Octal20020227137360333563575
Binary10000000100000101011100111111111100110111110111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8082B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8082B9; }

 p { color: rgb(128,130,185); }

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

<style>
 a { background-color: #8082B9; }

 a { background-color: rgb(128,130,185); }

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

<style>
 span { border-color: #8082B9; }

 span { border-color: rgb(128,130,185); }

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