Html Css Color HEX #8194DB Portage

📋 copy color: '#8194DB'

red 129 ◦ green 148 ◦ blue 219

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

Shades of Portage #8194DB

Tints of Portage #8194DB

RGB

 RED value IS 129 (50.78% from 255) = 26.01%

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

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

R = 26.01%
G = 29.84%
B = 44.15%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8194DB (or 0x8194DB) is known color: Portage. HEX triplet: 81, 94 and DB. RGB value is (129,148,219). Sum of RGB (Red+Green+Blue) = 129+148+219=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #8194DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8194DB is #7E6B24. Grayscale: #969696. Windows color (decimal): -8284965 or 14390401. OLE color: 14390401.

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

Color convert

RGB 129 148 219 -
CMYK 0.41 0.32 0 0.14
HSL 227.33º 0.56% 0.68% -
HSV(B) 227.33º 0.41% 0.86% -
XYZ 32.43 30.96 71.28 -
YUV 150.41 166.71 112.73 -
System Red Green Blue C M Y K H S L
Decimal 129 148 219 0.41 0.32 0 0.14 227.33 0.56 0.68
Hex 81 94 DB 29 20 0 E E3 38 44
Octal 201 224 333 51 40 0 16 343 70 104
Binary 10000001 10010100 11011011 101001 100000 0 1110 11100011 111000 1000100

Color Harmonies of #8194DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8194DB

Black with #8194DB

Text Example


Text Example

White with #8194DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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