Html Css Color HEX #8393BB Wild Blue Yonder

📋 copy color: '#8393BB'

red 131 ◦ green 147 ◦ blue 187

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

Shades of Wild Blue Yonder #8393BB

Tints of Wild Blue Yonder #8393BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.22%

R = 28.17%
G = 31.61%
B = 40.22%

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

#8393BB (or 0x8393BB) is known color: Wild Blue Yonder. HEX triplet: 83, 93 and BB. RGB value is (131,147,187). Sum of RGB (Red+Green+Blue) = 131+147+187=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #8393BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8393BB is #7C6C44. Grayscale: #929292. Windows color (decimal): -8154181 or 12292995. OLE color: 12292995.

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

Color convert

RGB 131 147 187 -
CMYK 0.30 0.21 0 0.27
HSL 222.86º 0.29% 0.62% -
HSV(B) 222.86º 0.3% 0.73% -
XYZ 28.76 29.28 51.15 -
YUV 146.78 150.7 116.75 -
System Red Green Blue C M Y K H S L
Decimal 131 147 187 0.30 0.21 0 0.27 222.86 0.29 0.62
Hex 83 93 BB 1E 15 0 1B DF 1D 3E
Octal 203 223 273 36 25 0 33 337 35 76
Binary 10000011 10010011 10111011 11110 10101 0 11011 11011111 11101 111110

Color Harmonies of #8393BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8393BB

Black with #8393BB

Text Example


Text Example

White with #8393BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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