Html Css Color HEX #8189DC Portage

📋 copy color: '#8189DC'

red 129 ◦ green 137 ◦ blue 220

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

Shades of Portage #8189DC

Tints of Portage #8189DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.27%

R = 26.54%
G = 28.19%
B = 45.27%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8189DC (or 0x8189DC) is known color: Portage. HEX triplet: 81, 89 and DC. RGB value is (129,137,220). Sum of RGB (Red+Green+Blue) = 129+137+220=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #8189DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8189DC is #7E7623. Grayscale: #8F8F8F. Windows color (decimal): -8287780 or 14453121. OLE color: 14453121.

HSL color Cylindrical-coordinate representation of color #8189DC: hue angle of 234.73º degrees, saturation: 0.57, 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 #8189DC is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 137 220 -
CMYK 0.41 0.38 0 0.14
HSL 234.73º 0.57% 0.68% -
HSV(B) 234.73º 0.41% 0.86% -
XYZ 30.92 27.73 71.43 -
YUV 144.07 170.85 117.25 -
System Red Green Blue C M Y K H S L
Decimal 129 137 220 0.41 0.38 0 0.14 234.73 0.57 0.68
Hex 81 89 DC 29 26 0 E EB 39 44
Octal 201 211 334 51 46 0 16 353 71 104
Binary 10000001 10001001 11011100 101001 100110 0 1110 11101011 111001 1000100

Color Harmonies of #8189DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8189DC

Black with #8189DC

Text Example


Text Example

White with #8189DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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