Html Css Color HEX #8393BA Wild Blue Yonder

📋 copy color: '#8393BA'

red 131 ◦ green 147 ◦ blue 186

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

Shades of Wild Blue Yonder #8393BA

Tints of Wild Blue Yonder #8393BA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.68%

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

R = 28.23%
G = 31.68%
B = 40.09%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8393BA (or 0x8393BA) is known color: Wild Blue Yonder. HEX triplet: 83, 93 and BA. RGB value is (131,147,186). Sum of RGB (Red+Green+Blue) = 131+147+186=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #8393BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8393BA is #7C6C45. Grayscale: #929292. Windows color (decimal): -8154182 or 12227459. OLE color: 12227459.

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

Color convert

RGB 131 147 186 -
CMYK 0.30 0.21 0 0.27
HSL 222.55º 0.28% 0.62% -
HSV(B) 222.55º 0.3% 0.73% -
XYZ 28.66 29.24 50.59 -
YUV 146.66 150.2 116.83 -
System Red Green Blue C M Y K H S L
Decimal 131 147 186 0.30 0.21 0 0.27 222.55 0.28 0.62
Hex 83 93 BA 1E 15 0 1B DF 1C 3E
Octal 203 223 272 36 25 0 33 337 34 76
Binary 10000011 10010011 10111010 11110 10101 0 11011 11011111 11100 111110

Color Harmonies of #8393BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8393BA

Black with #8393BA

Text Example


Text Example

White with #8393BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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