#8297BD

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

Shades of Wild Blue Yonder #8297BD

Tints of Wild Blue Yonder #8297BD

Color information

#8297BD (or 0x8297BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 97 and BD. RGB value is (130,151,189). Sum of RGB (Red+Green+Blue) = 130+151+189=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #8297BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8297BD is #7D6842. Grayscale: #949494. Windows color (decimal): -8218691 or 12425090. OLE color: 12425090.

HSL color Cylindrical-coordinate representation of color #8297BD: hue angle of 218.64º 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 #8297BD is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB130151189-
CMYK0.310.2000.26
HSL218.64º30.89%62.55%-
HSV(B)218.64º31.22%74.12%-
XYZ29.4630.5552.49-
YUV149.05150.54114.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.66%
GREEN value IS 151 (59.38% from 255) = 32.13%
BLUE value IS 189 (74.22% from 255) = 40.21%
R=27.66%
G=32.13%
B=40.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301511890.310.2000.26218.6430.8962.55
Hex8297BD1F1401Adb1f3f
Octal20222727537240323333777
Binary10000010100101111011110111111101000110101101101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8297BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8297BD; }

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

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

<style>
 a { background-color: #8297BD; }

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

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

<style>
 span { border-color: #8297BD; }

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

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