Html Css Color HEX #8990BA Wild Blue Yonder

📋 copy color: '#8990BA'

red 137 ◦ green 144 ◦ blue 186

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

Shades of Wild Blue Yonder #8990BA

Tints of Wild Blue Yonder #8990BA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.84%

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

R = 29.34%
G = 30.84%
B = 39.83%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8990BA (or 0x8990BA) is known color: Wild Blue Yonder. HEX triplet: 89, 90 and BA. RGB value is (137,144,186). Sum of RGB (Red+Green+Blue) = 137+144+186=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #8990BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8990BA is #766F45. Grayscale: #929292. Windows color (decimal): -7761734 or 12226697. OLE color: 12226697.

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

Color convert

RGB 137 144 186 -
CMYK 0.26 0.23 0 0.27
HSL 231.43º 0.26% 0.63% -
HSV(B) 231.43º 0.26% 0.73% -
XYZ 29.15 28.81 50.48 -
YUV 146.7 150.18 121.08 -
System Red Green Blue C M Y K H S L
Decimal 137 144 186 0.26 0.23 0 0.27 231.43 0.26 0.63
Hex 89 90 BA 1A 17 0 1B E7 1A 3F
Octal 211 220 272 32 27 0 33 347 32 77
Binary 10001001 10010000 10111010 11010 10111 0 11011 11100111 11010 111111

Color Harmonies of #8990BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8990BA

Black with #8990BA

Text Example


Text Example

White with #8990BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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