Html Css Color HEX #8994DB Portage

📋 copy color: '#8994DB'

red 137 ◦ green 148 ◦ blue 219

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

Shades of Portage #8994DB

Tints of Portage #8994DB

RGB

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

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

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

R = 27.18%
G = 29.37%
B = 43.45%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8994DB (or 0x8994DB) is known color: Portage. HEX triplet: 89, 94 and DB. RGB value is (137,148,219). Sum of RGB (Red+Green+Blue) = 137+148+219=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #8994DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8994DB is #766B24. Grayscale: #989898. Windows color (decimal): -7760677 or 14390409. OLE color: 14390409.

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

Color convert

RGB 137 148 219 -
CMYK 0.37 0.32 0 0.14
HSL 231.95º 0.53% 0.7% -
HSV(B) 231.95º 0.37% 0.86% -
XYZ 33.69 31.61 71.34 -
YUV 152.81 165.36 116.73 -
System Red Green Blue C M Y K H S L
Decimal 137 148 219 0.37 0.32 0 0.14 231.95 0.53 0.7
Hex 89 94 DB 25 20 0 E E8 35 46
Octal 211 224 333 45 40 0 16 350 65 106
Binary 10001001 10010100 11011011 100101 100000 0 1110 11101000 110101 1000110

Color Harmonies of #8994DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8994DB

Black with #8994DB

Text Example


Text Example

White with #8994DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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