Html Css Color HEX #8990DF Portage

📋 copy color: '#8990DF'

red 137 ◦ green 144 ◦ blue 223

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

Shades of Portage #8990DF

Tints of Portage #8990DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 27.18%
G = 28.57%
B = 44.25%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8990DF (or 0x8990DF) is known color: Portage. HEX triplet: 89, 90 and DF. RGB value is (137,144,223). Sum of RGB (Red+Green+Blue) = 137+144+223=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #8990DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8990DF is #766F20. Grayscale: #969696. Windows color (decimal): -7761697 or 14651529. OLE color: 14651529.

HSL color Cylindrical-coordinate representation of color #8990DF: hue angle of 235.12º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8990DF is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 144 223 -
CMYK 0.39 0.35 0 0.13
HSL 235.12º 0.57% 0.71% -
HSV(B) 235.12º 0.39% 0.87% -
XYZ 33.61 30.59 73.95 -
YUV 150.91 168.68 118.08 -
System Red Green Blue C M Y K H S L
Decimal 137 144 223 0.39 0.35 0 0.13 235.12 0.57 0.71
Hex 89 90 DF 27 23 0 D EB 39 47
Octal 211 220 337 47 43 0 15 353 71 107
Binary 10001001 10010000 11011111 100111 100011 0 1101 11101011 111001 1000111

Color Harmonies of #8990DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8990DF

Black with #8990DF

Text Example


Text Example

White with #8990DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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