Html Css Color HEX #8296BF Wild Blue Yonder

📋 copy color: '#8296BF'

red 130 ◦ green 150 ◦ blue 191

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

Shades of Wild Blue Yonder #8296BF

Tints of Wild Blue Yonder #8296BF

RGB

 RED value IS 130 (51.17% from 255) = 27.6%

 GREEN value IS 150 (58.98% from 255) = 31.85%

 BLUE value IS 191 (75% from 255) = 40.55%

R = 27.6%
G = 31.85%
B = 40.55%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8296BF (or 0x8296BF) is known color: Wild Blue Yonder. HEX triplet: 82, 96 and BF. RGB value is (130,150,191). Sum of RGB (Red+Green+Blue) = 130+150+191=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #8296BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8296BF is #7D6940. Grayscale: #949494. Windows color (decimal): -8218945 or 12555906. OLE color: 12555906.

HSL color Cylindrical-coordinate representation of color #8296BF: hue angle of 220.33º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8296BF is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 150 191 -
CMYK 0.32 0.21 0 0.25
HSL 220.33º 0.32% 0.63% -
HSV(B) 220.33º 0.32% 0.75% -
XYZ 29.52 30.32 53.59 -
YUV 148.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 130 150 191 0.32 0.21 0 0.25 220.33 0.32 0.63
Hex 82 96 BF 20 15 0 19 DC 20 3F
Octal 202 226 277 40 25 0 31 334 40 77
Binary 10000010 10010110 10111111 100000 10101 0 11001 11011100 100000 111111

Color Harmonies of #8296BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8296BF

Black with #8296BF

Text Example


Text Example

White with #8296BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8296BF;
 }
 .AnyTagClassName
 {
   color: #8296BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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