Html Css Color HEX #8189DD Portage

📋 copy color: '#8189DD'

red 129 ◦ green 137 ◦ blue 221

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

Shades of Portage #8189DD

Tints of Portage #8189DD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.13%

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 26.49%
G = 28.13%
B = 45.38%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8189DD (or 0x8189DD) is known color: Portage. HEX triplet: 81, 89 and DD. RGB value is (129,137,221). Sum of RGB (Red+Green+Blue) = 129+137+221=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #8189DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8189DD is #7E7622. Grayscale: #8F8F8F. Windows color (decimal): -8287779 or 14518657. OLE color: 14518657.

HSL color Cylindrical-coordinate representation of color #8189DD: hue angle of 234.78º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8189DD is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 137 221 -
CMYK 0.42 0.38 0 0.13
HSL 234.78º 0.58% 0.69% -
HSV(B) 234.78º 0.42% 0.87% -
XYZ 31.05 27.78 72.13 -
YUV 144.18 171.35 117.17 -
System Red Green Blue C M Y K H S L
Decimal 129 137 221 0.42 0.38 0 0.13 234.78 0.58 0.69
Hex 81 89 DD 2A 26 0 D EB 3A 45
Octal 201 211 335 52 46 0 15 353 72 105
Binary 10000001 10001001 11011101 101010 100110 0 1101 11101011 111010 1000101

Color Harmonies of #8189DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8189DD

Black with #8189DD

Text Example


Text Example

White with #8189DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8189DD; }

 p { color: rgb(129,137,221); }

 H1.HeaderClassName
 {
   color: #8189DD;
 }
 .AnyTagClassName
 {
   color: #8189DD;
 }
</style>

background-color css

<style>
 a { background-color: #8189DD; }

 a { background-color: rgb(129,137,221); }

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

border-color css

<style>
 span { border-color: #8189DD; }

 span { border-color: rgb(129,137,221); }

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