Html Css Color HEX #8185DD Portage

📋 copy color: '#8185DD'

red 129 ◦ green 133 ◦ blue 221

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

Shades of Portage #8185DD

Tints of Portage #8185DD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.54%

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

R = 26.71%
G = 27.54%
B = 45.76%

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

#8185DD (or 0x8185DD) is known color: Portage. HEX triplet: 81, 85 and DD. RGB value is (129,133,221). Sum of RGB (Red+Green+Blue) = 129+133+221=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #8185DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8185DD is #7E7A22. Grayscale: #8D8D8D. Windows color (decimal): -8288803 or 14517633. OLE color: 14517633.

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

Color convert

RGB 129 133 221 -
CMYK 0.42 0.40 0 0.13
HSL 237.39º 0.58% 0.69% -
HSV(B) 237.39º 0.42% 0.87% -
XYZ 30.49 26.66 71.95 -
YUV 141.84 172.67 118.84 -
System Red Green Blue C M Y K H S L
Decimal 129 133 221 0.42 0.40 0 0.13 237.39 0.58 0.69
Hex 81 85 DD 2A 28 0 D ED 3A 45
Octal 201 205 335 52 50 0 15 355 72 105
Binary 10000001 10000101 11011101 101010 101000 0 1101 11101101 111010 1000101

Color Harmonies of #8185DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8185DD

Black with #8185DD

Text Example


Text Example

White with #8185DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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