Html Css Color HEX #8297BD Wild Blue Yonder

📋 copy color: '#8297BD'

red 130 ◦ green 151 ◦ blue 189

#8297BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #8297BD

Tints of Wild Blue Yonder #8297BD

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 value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8297BD (or 0x8297BD) is known color: 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

RGB 130 151 189 -
CMYK 0.31 0.20 0 0.26
HSL 218.64º 0.31% 0.63% -
HSV(B) 218.64º 0.31% 0.74% -
XYZ 29.46 30.55 52.49 -
YUV 149.05 150.54 114.41 -
System Red Green Blue C M Y K H S L
Decimal 130 151 189 0.31 0.20 0 0.26 218.64 0.31 0.63
Hex 82 97 BD 1F 14 0 1A DB 1F 3F
Octal 202 227 275 37 24 0 32 333 37 77
Binary 10000010 10010111 10111101 11111 10100 0 11010 11011011 11111 111111

Color Harmonies of #8297BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8297BD

Black with #8297BD

Text Example


Text Example

White with #8297BD

Text Example


Text Example

HTML Codes & Css Web 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>