Html Css Color HEX #8396BC Wild Blue Yonder

📋 copy color: '#8396BC'

red 131 ◦ green 150 ◦ blue 188

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

Shades of Wild Blue Yonder #8396BC

Tints of Wild Blue Yonder #8396BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.09%

R = 27.93%
G = 31.98%
B = 40.09%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8396BC (or 0x8396BC) is known color: Wild Blue Yonder. HEX triplet: 83, 96 and BC. RGB value is (131,150,188). Sum of RGB (Red+Green+Blue) = 131+150+188=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #8396BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8396BC is #7C6943. Grayscale: #949494. Windows color (decimal): -8153412 or 12359299. OLE color: 12359299.

HSL color Cylindrical-coordinate representation of color #8396BC: hue angle of 220º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8396BC is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 150 188 -
CMYK 0.30 0.20 0 0.26
HSL 220º 0.3% 0.63% -
HSV(B) 220º 0.3% 0.74% -
XYZ 29.34 30.27 51.87 -
YUV 148.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 131 150 188 0.30 0.20 0 0.26 220 0.3 0.63
Hex 83 96 BC 1E 14 0 1A DC 1E 3F
Octal 203 226 274 36 24 0 32 334 36 77
Binary 10000011 10010110 10111100 11110 10100 0 11010 11011100 11110 111111

Color Harmonies of #8396BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8396BC

Black with #8396BC

Text Example


Text Example

White with #8396BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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