Html Css Color HEX #8584DD Portage

📋 copy color: '#8584DD'

red 133 ◦ green 132 ◦ blue 221

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

Shades of Portage #8584DD

Tints of Portage #8584DD

RGB

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

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

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

R = 27.37%
G = 27.16%
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

#8584DD (or 0x8584DD) is known color: Portage. HEX triplet: 85, 84 and DD. RGB value is (133,132,221). Sum of RGB (Red+Green+Blue) = 133+132+221=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 132 (51.95% from 255 or 27.16% 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 #8584DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8584DD is #7A7B22. Grayscale: #8E8E8E. Windows color (decimal): -8026915 or 14517381. OLE color: 14517381.

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

Color convert

RGB 133 132 221 -
CMYK 0.40 0.40 0 0.13
HSL 240.67º 0.57% 0.69% -
HSV(B) 240.67º 0.4% 0.87% -
XYZ 30.98 26.71 71.93 -
YUV 142.45 172.33 121.26 -
System Red Green Blue C M Y K H S L
Decimal 133 132 221 0.40 0.40 0 0.13 240.67 0.57 0.69
Hex 85 84 DD 28 28 0 D F1 39 45
Octal 205 204 335 50 50 0 15 361 71 105
Binary 10000101 10000100 11011101 101000 101000 0 1101 11110001 111001 1000101

Color Harmonies of #8584DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8584DD

Black with #8584DD

Text Example


Text Example

White with #8584DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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