Html Css Color HEX #8396BA Wild Blue Yonder

📋 copy color: '#8396BA'

red 131 ◦ green 150 ◦ blue 186

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

Shades of Wild Blue Yonder #8396BA

Tints of Wild Blue Yonder #8396BA

RGB

 RED value IS 131 (51.56% from 255) = 28.05%

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

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 28.05%
G = 32.12%
B = 39.83%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8396BA (or 0x8396BA) is known color: Wild Blue Yonder. HEX triplet: 83, 96 and BA. RGB value is (131,150,186). Sum of RGB (Red+Green+Blue) = 131+150+186=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #8396BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8396BA is #7C6945. Grayscale: #949494. Windows color (decimal): -8153414 or 12228227. OLE color: 12228227.

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

Color convert

RGB 131 150 186 -
CMYK 0.30 0.19 0 0.27
HSL 219.27º 0.28% 0.62% -
HSV(B) 219.27º 0.3% 0.73% -
XYZ 29.13 30.18 50.75 -
YUV 148.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 131 150 186 0.30 0.19 0 0.27 219.27 0.28 0.62
Hex 83 96 BA 1E 13 0 1B DB 1C 3E
Octal 203 226 272 36 23 0 33 333 34 76
Binary 10000011 10010110 10111010 11110 10011 0 11011 11011011 11100 111110

Color Harmonies of #8396BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8396BA

Black with #8396BA

Text Example


Text Example

White with #8396BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8396BA; }

 p { color: rgb(131,150,186); }

 H1.HeaderClassName
 {
   color: #8396BA;
 }
 .AnyTagClassName
 {
   color: #8396BA;
 }
</style>

background-color css

<style>
 a { background-color: #8396BA; }

 a { background-color: rgb(131,150,186); }

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

border-color css

<style>
 span { border-color: #8396BA; }

 span { border-color: rgb(131,150,186); }

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