Html Css Color HEX #8485DD Portage

📋 copy color: '#8485DD'

red 132 ◦ green 133 ◦ blue 221

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

Shades of Portage #8485DD

Tints of Portage #8485DD

RGB

 RED value IS 132 (51.95% from 255) = 27.16%

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

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

R = 27.16%
G = 27.37%
B = 45.47%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8485DD (or 0x8485DD) is known color: Portage. HEX triplet: 84, 85 and DD. RGB value is (132,133,221). Sum of RGB (Red+Green+Blue) = 132+133+221=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #8485DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8485DD is #7B7A22. Grayscale: #8E8E8E. Windows color (decimal): -8092195 or 14517636. OLE color: 14517636.

HSL color Cylindrical-coordinate representation of color #8485DD: hue angle of 239.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8485DD is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 133 221 -
CMYK 0.40 0.40 0 0.13
HSL 239.33º 0.57% 0.69% -
HSV(B) 239.33º 0.4% 0.87% -
XYZ 30.95 26.9 71.97 -
YUV 142.73 172.17 120.34 -
System Red Green Blue C M Y K H S L
Decimal 132 133 221 0.40 0.40 0 0.13 239.33 0.57 0.69
Hex 84 85 DD 28 28 0 D EF 39 45
Octal 204 205 335 50 50 0 15 357 71 105
Binary 10000100 10000101 11011101 101000 101000 0 1101 11101111 111001 1000101

Color Harmonies of #8485DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8485DD

Black with #8485DD

Text Example


Text Example

White with #8485DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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