Html Css Color HEX #8994BA Wild Blue Yonder

📋 copy color: '#8994BA'

red 137 ◦ green 148 ◦ blue 186

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

Shades of Wild Blue Yonder #8994BA

Tints of Wild Blue Yonder #8994BA

RGB

 RED value IS 137 (53.91% from 255) = 29.09%

 GREEN value IS 148 (58.2% from 255) = 31.42%

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

R = 29.09%
G = 31.42%
B = 39.49%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8994BA (or 0x8994BA) is known color: Wild Blue Yonder. HEX triplet: 89, 94 and BA. RGB value is (137,148,186). Sum of RGB (Red+Green+Blue) = 137+148+186=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #8994BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8994BA is #766B45. Grayscale: #949494. Windows color (decimal): -7760710 or 12227721. OLE color: 12227721.

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

Color convert

RGB 137 148 186 -
CMYK 0.26 0.20 0 0.27
HSL 226.53º 0.26% 0.63% -
HSV(B) 226.53º 0.26% 0.73% -
XYZ 29.77 30.04 50.68 -
YUV 149.04 148.86 119.41 -
System Red Green Blue C M Y K H S L
Decimal 137 148 186 0.26 0.20 0 0.27 226.53 0.26 0.63
Hex 89 94 BA 1A 14 0 1B E3 1A 3F
Octal 211 224 272 32 24 0 33 343 32 77
Binary 10001001 10010100 10111010 11010 10100 0 11011 11100011 11010 111111

Color Harmonies of #8994BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8994BA

Black with #8994BA

Text Example


Text Example

White with #8994BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,148,186); }

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

background-color css

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

 a { background-color: rgb(137,148,186); }

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

border-color css

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

 span { border-color: rgb(137,148,186); }

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