Html Css Color HEX #8893BA Wild Blue Yonder

📋 copy color: '#8893BA'

red 136 ◦ green 147 ◦ blue 186

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

Shades of Wild Blue Yonder #8893BA

Tints of Wild Blue Yonder #8893BA

RGB

 RED value IS 136 (53.52% from 255) = 29%

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

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

R = 29%
G = 31.34%
B = 39.66%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8893BA (or 0x8893BA) is known color: Wild Blue Yonder. HEX triplet: 88, 93 and BA. RGB value is (136,147,186). Sum of RGB (Red+Green+Blue) = 136+147+186=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #8893BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8893BA is #776C45. Grayscale: #939393. Windows color (decimal): -7826502 or 12227464. OLE color: 12227464.

HSL color Cylindrical-coordinate representation of color #8893BA: hue angle of 226.8º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8893BA is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 147 186 -
CMYK 0.27 0.21 0 0.27
HSL 226.8º 0.27% 0.63% -
HSV(B) 226.8º 0.27% 0.73% -
XYZ 29.45 29.65 50.62 -
YUV 148.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 136 147 186 0.27 0.21 0 0.27 226.8 0.27 0.63
Hex 88 93 BA 1B 15 0 1B E3 1B 3F
Octal 210 223 272 33 25 0 33 343 33 77
Binary 10001000 10010011 10111010 11011 10101 0 11011 11100011 11011 111111

Color Harmonies of #8893BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8893BA

Black with #8893BA

Text Example


Text Example

White with #8893BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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