Html Css Color HEX #8184DD Portage

📋 copy color: '#8184DD'

red 129 ◦ green 132 ◦ blue 221

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

Shades of Portage #8184DD

Tints of Portage #8184DD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.39%

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

R = 26.76%
G = 27.39%
B = 45.85%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8184DD (or 0x8184DD) is known color: Portage. HEX triplet: 81, 84 and DD. RGB value is (129,132,221). Sum of RGB (Red+Green+Blue) = 129+132+221=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #8184DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8184DD is #7E7B22. Grayscale: #8C8C8C. Windows color (decimal): -8289059 or 14517377. OLE color: 14517377.

HSL color Cylindrical-coordinate representation of color #8184DD: hue angle of 238.04º 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 #8184DD is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 132 221 -
CMYK 0.42 0.40 0 0.13
HSL 238.04º 0.58% 0.69% -
HSV(B) 238.04º 0.42% 0.87% -
XYZ 30.36 26.39 71.9 -
YUV 141.25 173.01 119.26 -
System Red Green Blue C M Y K H S L
Decimal 129 132 221 0.42 0.40 0 0.13 238.04 0.58 0.69
Hex 81 84 DD 2A 28 0 D EE 3A 45
Octal 201 204 335 52 50 0 15 356 72 105
Binary 10000001 10000100 11011101 101010 101000 0 1101 11101110 111010 1000101

Color Harmonies of #8184DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8184DD

Black with #8184DD

Text Example


Text Example

White with #8184DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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