Html Css Color HEX #8395BA Wild Blue Yonder

📋 copy color: '#8395BA'

red 131 ◦ green 149 ◦ blue 186

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

Shades of Wild Blue Yonder #8395BA

Tints of Wild Blue Yonder #8395BA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.97%

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

R = 28.11%
G = 31.97%
B = 39.91%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8395BA (or 0x8395BA) is known color: Wild Blue Yonder. HEX triplet: 83, 95 and BA. RGB value is (131,149,186). Sum of RGB (Red+Green+Blue) = 131+149+186=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #8395BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8395BA is #7C6A45. Grayscale: #939393. Windows color (decimal): -8153670 or 12227971. OLE color: 12227971.

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

Color convert

RGB 131 149 186 -
CMYK 0.30 0.20 0 0.27
HSL 220.36º 0.28% 0.62% -
HSV(B) 220.36º 0.3% 0.73% -
XYZ 28.97 29.87 50.69 -
YUV 147.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 131 149 186 0.30 0.20 0 0.27 220.36 0.28 0.62
Hex 83 95 BA 1E 14 0 1B DC 1C 3E
Octal 203 225 272 36 24 0 33 334 34 76
Binary 10000011 10010101 10111010 11110 10100 0 11011 11011100 11100 111110

Color Harmonies of #8395BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8395BA

Black with #8395BA

Text Example


Text Example

White with #8395BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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