Html Css Color HEX #8183DB Portage

📋 copy color: '#8183DB'

red 129 ◦ green 131 ◦ blue 219

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

Shades of Portage #8183DB

Tints of Portage #8183DB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.35%

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

R = 26.93%
G = 27.35%
B = 45.72%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8183DB (or 0x8183DB) is known color: Portage. HEX triplet: 81, 83 and DB. RGB value is (129,131,219). Sum of RGB (Red+Green+Blue) = 129+131+219=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #8183DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8183DB is #7E7C24. Grayscale: #8C8C8C. Windows color (decimal): -8289317 or 14386049. OLE color: 14386049.

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

Color convert

RGB 129 131 219 -
CMYK 0.41 0.40 0 0.14
HSL 238.67º 0.56% 0.68% -
HSV(B) 238.67º 0.41% 0.86% -
XYZ 29.96 26.01 70.46 -
YUV 140.43 172.34 119.84 -
System Red Green Blue C M Y K H S L
Decimal 129 131 219 0.41 0.40 0 0.14 238.67 0.56 0.68
Hex 81 83 DB 29 28 0 E EF 38 44
Octal 201 203 333 51 50 0 16 357 70 104
Binary 10000001 10000011 11011011 101001 101000 0 1110 11101111 111000 1000100

Color Harmonies of #8183DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8183DB

Black with #8183DB

Text Example


Text Example

White with #8183DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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