Html Css Color HEX #8990BC Wild Blue Yonder

📋 copy color: '#8990BC'

red 137 ◦ green 144 ◦ blue 188

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

Shades of Wild Blue Yonder #8990BC

Tints of Wild Blue Yonder #8990BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.09%

R = 29.21%
G = 30.7%
B = 40.09%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8990BC (or 0x8990BC) is known color: Wild Blue Yonder. HEX triplet: 89, 90 and BC. RGB value is (137,144,188). Sum of RGB (Red+Green+Blue) = 137+144+188=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #8990BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8990BC is #766F43. Grayscale: #929292. Windows color (decimal): -7761732 or 12357769. OLE color: 12357769.

HSL color Cylindrical-coordinate representation of color #8990BC: hue angle of 231.76º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8990BC is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 144 188 -
CMYK 0.27 0.23 0 0.26
HSL 231.76º 0.28% 0.64% -
HSV(B) 231.76º 0.27% 0.74% -
XYZ 29.37 28.9 51.61 -
YUV 146.92 151.18 120.92 -
System Red Green Blue C M Y K H S L
Decimal 137 144 188 0.27 0.23 0 0.26 231.76 0.28 0.64
Hex 89 90 BC 1B 17 0 1A E8 1C 40
Octal 211 220 274 33 27 0 32 350 34 100
Binary 10001001 10010000 10111100 11011 10111 0 11010 11101000 11100 1000000

Color Harmonies of #8990BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8990BC

Black with #8990BC

Text Example


Text Example

White with #8990BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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