Html Css Color HEX #8890DB Portage

📋 copy color: '#8890DB'

red 136 ◦ green 144 ◦ blue 219

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

Shades of Portage #8890DB

Tints of Portage #8890DB

RGB

 RED value IS 136 (53.52% from 255) = 27.25%

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

 BLUE value IS 219 (85.94% from 255) = 43.89%

R = 27.25%
G = 28.86%
B = 43.89%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8890DB (or 0x8890DB) is known color: Portage. HEX triplet: 88, 90 and DB. RGB value is (136,144,219). Sum of RGB (Red+Green+Blue) = 136+144+219=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #8890DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8890DB is #776F24. Grayscale: #959595. Windows color (decimal): -7827237 or 14389384. OLE color: 14389384.

HSL color Cylindrical-coordinate representation of color #8890DB: hue angle of 234.22º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8890DB is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 144 219 -
CMYK 0.38 0.34 0 0.14
HSL 234.22º 0.54% 0.7% -
HSV(B) 234.22º 0.38% 0.86% -
XYZ 32.91 30.3 71.13 -
YUV 150.16 166.85 117.9 -
System Red Green Blue C M Y K H S L
Decimal 136 144 219 0.38 0.34 0 0.14 234.22 0.54 0.7
Hex 88 90 DB 26 22 0 E EA 36 46
Octal 210 220 333 46 42 0 16 352 66 106
Binary 10001000 10010000 11011011 100110 100010 0 1110 11101010 110110 1000110

Color Harmonies of #8890DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8890DB

Black with #8890DB

Text Example


Text Example

White with #8890DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8890DB; }

 p { color: rgb(136,144,219); }

 H1.HeaderClassName
 {
   color: #8890DB;
 }
 .AnyTagClassName
 {
   color: #8890DB;
 }
</style>

background-color css

<style>
 a { background-color: #8890DB; }

 a { background-color: rgb(136,144,219); }

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

border-color css

<style>
 span { border-color: #8890DB; }

 span { border-color: rgb(136,144,219); }

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