Html Css Color HEX #8990CE Portage

📋 copy color: '#8990CE'

red 137 ◦ green 144 ◦ blue 206

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

Shades of Portage #8990CE

Tints of Portage #8990CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 28.13%
G = 29.57%
B = 42.3%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8990CE (or 0x8990CE) is known color: Portage. HEX triplet: 89, 90 and CE. RGB value is (137,144,206). Sum of RGB (Red+Green+Blue) = 137+144+206=487 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.13% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #8990CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8990CE is #766F31. Grayscale: #949494. Windows color (decimal): -7761714 or 13537417. OLE color: 13537417.

HSL color Cylindrical-coordinate representation of color #8990CE: hue angle of 233.91º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8990CE is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 144 206 -
CMYK 0.33 0.30 0 0.19
HSL 233.91º 0.41% 0.67% -
HSV(B) 233.91º 0.33% 0.81% -
XYZ 31.43 29.72 62.47 -
YUV 148.98 160.18 119.46 -
System Red Green Blue C M Y K H S L
Decimal 137 144 206 0.33 0.30 0 0.19 233.91 0.41 0.67
Hex 89 90 CE 21 1E 0 13 EA 29 43
Octal 211 220 316 41 36 0 23 352 51 103
Binary 10001001 10010000 11001110 100001 11110 0 10011 11101010 101001 1000011

Color Harmonies of #8990CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8990CE

Black with #8990CE

Text Example


Text Example

White with #8990CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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