Html Css Color HEX #8184DA Portage

📋 copy color: '#8184DA'

red 129 ◦ green 132 ◦ blue 218

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

Shades of Portage #8184DA

Tints of Portage #8184DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 26.93%
G = 27.56%
B = 45.51%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8184DA (or 0x8184DA) is known color: Portage. HEX triplet: 81, 84 and DA. RGB value is (129,132,218). Sum of RGB (Red+Green+Blue) = 129+132+218=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #8184DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8184DA is #7E7B25. Grayscale: #8C8C8C. Windows color (decimal): -8289062 or 14320769. OLE color: 14320769.

HSL color Cylindrical-coordinate representation of color #8184DA: hue angle of 237.98º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8184DA is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 132 218 -
CMYK 0.41 0.39 0 0.15
HSL 237.98º 0.55% 0.68% -
HSV(B) 237.98º 0.41% 0.85% -
XYZ 29.96 26.23 69.81 -
YUV 140.91 171.51 119.51 -
System Red Green Blue C M Y K H S L
Decimal 129 132 218 0.41 0.39 0 0.15 237.98 0.55 0.68
Hex 81 84 DA 29 27 0 F EE 37 44
Octal 201 204 332 51 47 0 17 356 67 104
Binary 10000001 10000100 11011010 101001 100111 0 1111 11101110 110111 1000100

Color Harmonies of #8184DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8184DA

Black with #8184DA

Text Example


Text Example

White with #8184DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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