#8297BB

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

Shades of Wild Blue Yonder #8297BB

Tints of Wild Blue Yonder #8297BB

Color information

#8297BB (or 0x8297BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 97 and BB. RGB value is (130,151,187). Sum of RGB (Red+Green+Blue) = 130+151+187=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #8297BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8297BB is #7D6844. Grayscale: #949494. Windows color (decimal): -8218693 or 12294018. OLE color: 12294018.

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

Color convert

RGB130151187-
CMYK0.300.1900.27
HSL217.89º29.53%62.16%-
HSV(B)217.89º30.48%73.33%-
XYZ29.2430.4751.35-
YUV148.83149.54114.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.78%
GREEN value IS 151 (59.38% from 255) = 32.26%
BLUE value IS 187 (73.44% from 255) = 39.96%
R=27.78%
G=32.26%
B=39.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301511870.300.1900.27217.8929.5362.16
Hex8297BB1E1301Bda1e3e
Octal20222727336230333323676
Binary10000010100101111011101111110100110110111101101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8297BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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