Html Css Color HEX #8990B9 Wild Blue Yonder

📋 copy color: '#8990B9'

red 137 ◦ green 144 ◦ blue 185

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

Shades of Wild Blue Yonder #8990B9

Tints of Wild Blue Yonder #8990B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.7%

R = 29.4%
G = 30.9%
B = 39.7%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8990B9 (or 0x8990B9) is known color: Wild Blue Yonder. HEX triplet: 89, 90 and B9. RGB value is (137,144,185). Sum of RGB (Red+Green+Blue) = 137+144+185=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: blue. Hex color #8990B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8990B9 is #766F46. Grayscale: #929292. Windows color (decimal): -7761735 or 12161161. OLE color: 12161161.

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

Color convert

RGB 137 144 185 -
CMYK 0.26 0.22 0 0.27
HSL 231.25º 0.26% 0.63% -
HSV(B) 231.25º 0.26% 0.73% -
XYZ 29.05 28.77 49.92 -
YUV 146.58 149.68 121.17 -
System Red Green Blue C M Y K H S L
Decimal 137 144 185 0.26 0.22 0 0.27 231.25 0.26 0.63
Hex 89 90 B9 1A 16 0 1B E7 1A 3F
Octal 211 220 271 32 26 0 33 347 32 77
Binary 10001001 10010000 10111001 11010 10110 0 11011 11100111 11010 111111

Color Harmonies of #8990B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8990B9

Black with #8990B9

Text Example


Text Example

White with #8990B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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