Html Css Color HEX #8197DB Portage

📋 copy color: '#8197DB'

red 129 ◦ green 151 ◦ blue 219

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

Shades of Portage #8197DB

Tints of Portage #8197DB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.26%

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

R = 25.85%
G = 30.26%
B = 43.89%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8197DB (or 0x8197DB) is known color: Portage. HEX triplet: 81, 97 and DB. RGB value is (129,151,219). Sum of RGB (Red+Green+Blue) = 129+151+219=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 151 (59.38% from 255 or 30.26% 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 #8197DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8197DB is #7E6824. Grayscale: #979797. Windows color (decimal): -8284197 or 14391169. OLE color: 14391169.

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

Color convert

RGB 129 151 219 -
CMYK 0.41 0.31 0 0.14
HSL 225.33º 0.56% 0.68% -
HSV(B) 225.33º 0.41% 0.86% -
XYZ 32.91 31.91 71.44 -
YUV 152.17 165.71 111.47 -
System Red Green Blue C M Y K H S L
Decimal 129 151 219 0.41 0.31 0 0.14 225.33 0.56 0.68
Hex 81 97 DB 29 1F 0 E E1 38 44
Octal 201 227 333 51 37 0 16 341 70 104
Binary 10000001 10010111 11011011 101001 11111 0 1110 11100001 111000 1000100

Color Harmonies of #8197DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8197DB

Black with #8197DB

Text Example


Text Example

White with #8197DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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