#8296BB

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

Shades of Wild Blue Yonder #8296BB

Tints of Wild Blue Yonder #8296BB

Color information

#8296BB (or 0x8296BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 96 and BB. RGB value is (130,150,187). Sum of RGB (Red+Green+Blue) = 130+150+187=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #8296BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8296BB is #7D6944. Grayscale: #949494. Windows color (decimal): -8218949 or 12293762. OLE color: 12293762.

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

Color convert

RGB130150187-
CMYK0.300.2000.27
HSL218.95º29.53%62.16%-
HSV(B)218.95º30.48%73.33%-
XYZ29.0830.1551.3-
YUV148.24149.87114.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.84%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=27.84%
G=32.12%
B=40.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301501870.300.2000.27218.9529.5362.16
Hex8296BB1E1401Bdb1e3e
Octal20222627336240333333676
Binary10000010100101101011101111110101000110111101101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8296BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8296BB; }

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

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

<style>
 a { background-color: #8296BB; }

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

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

<style>
 span { border-color: #8296BB; }

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

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