Html Css Color HEX #8196DB Portage

📋 copy color: '#8196DB'

red 129 ◦ green 150 ◦ blue 219

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

Shades of Portage #8196DB

Tints of Portage #8196DB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.12%

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

R = 25.9%
G = 30.12%
B = 43.98%

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

#8196DB (or 0x8196DB) is known color: Portage. HEX triplet: 81, 96 and DB. RGB value is (129,150,219). Sum of RGB (Red+Green+Blue) = 129+150+219=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #8196DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8196DB is #7E6924. Grayscale: #979797. Windows color (decimal): -8284453 or 14390913. OLE color: 14390913.

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

Color convert

RGB 129 150 219 -
CMYK 0.41 0.32 0 0.14
HSL 226º 0.56% 0.68% -
HSV(B) 226º 0.41% 0.86% -
XYZ 32.75 31.59 71.39 -
YUV 151.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 129 150 219 0.41 0.32 0 0.14 226 0.56 0.68
Hex 81 96 DB 29 20 0 E E2 38 44
Octal 201 226 333 51 40 0 16 342 70 104
Binary 10000001 10010110 11011011 101001 100000 0 1110 11100010 111000 1000100

Color Harmonies of #8196DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8196DB

Black with #8196DB

Text Example


Text Example

White with #8196DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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