Html Css Color HEX #8894DB Portage

📋 copy color: '#8894DB'

red 136 ◦ green 148 ◦ blue 219

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

Shades of Portage #8894DB

Tints of Portage #8894DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.42%

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

R = 27.04%
G = 29.42%
B = 43.54%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8894DB (or 0x8894DB) is known color: Portage. HEX triplet: 88, 94 and DB. RGB value is (136,148,219). Sum of RGB (Red+Green+Blue) = 136+148+219=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #8894DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8894DB is #776B24. Grayscale: #989898. Windows color (decimal): -7826213 or 14390408. OLE color: 14390408.

HSL color Cylindrical-coordinate representation of color #8894DB: hue angle of 231.33º 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 #8894DB is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 148 219 -
CMYK 0.38 0.32 0 0.14
HSL 231.33º 0.54% 0.7% -
HSV(B) 231.33º 0.38% 0.86% -
XYZ 33.53 31.53 71.34 -
YUV 152.51 165.52 116.23 -
System Red Green Blue C M Y K H S L
Decimal 136 148 219 0.38 0.32 0 0.14 231.33 0.54 0.7
Hex 88 94 DB 26 20 0 E E7 36 46
Octal 210 224 333 46 40 0 16 347 66 106
Binary 10001000 10010100 11011011 100110 100000 0 1110 11100111 110110 1000110

Color Harmonies of #8894DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8894DB

Black with #8894DB

Text Example


Text Example

White with #8894DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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