Html Css Color HEX #8586DF Portage

📋 copy color: '#8586DF'

red 133 ◦ green 134 ◦ blue 223

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

Shades of Portage #8586DF

Tints of Portage #8586DF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.35%

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 27.14%
G = 27.35%
B = 45.51%

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

#8586DF (or 0x8586DF) is known color: Portage. HEX triplet: 85, 86 and DF. RGB value is (133,134,223). Sum of RGB (Red+Green+Blue) = 133+134+223=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #8586DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8586DF is #7A7920. Grayscale: #8F8F8F. Windows color (decimal): -8026401 or 14648965. OLE color: 14648965.

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

Color convert

RGB 133 134 223 -
CMYK 0.40 0.40 0 0.13
HSL 239.33º 0.58% 0.7% -
HSV(B) 239.33º 0.4% 0.87% -
XYZ 31.52 27.36 73.43 -
YUV 143.85 172.67 120.26 -
System Red Green Blue C M Y K H S L
Decimal 133 134 223 0.40 0.40 0 0.13 239.33 0.58 0.7
Hex 85 86 DF 28 28 0 D EF 3A 46
Octal 205 206 337 50 50 0 15 357 72 106
Binary 10000101 10000110 11011111 101000 101000 0 1101 11101111 111010 1000110

Color Harmonies of #8586DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8586DF

Black with #8586DF

Text Example


Text Example

White with #8586DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8586DF; }

 p { color: rgb(133,134,223); }

 H1.HeaderClassName
 {
   color: #8586DF;
 }
 .AnyTagClassName
 {
   color: #8586DF;
 }
</style>

background-color css

<style>
 a { background-color: #8586DF; }

 a { background-color: rgb(133,134,223); }

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

border-color css

<style>
 span { border-color: #8586DF; }

 span { border-color: rgb(133,134,223); }

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