Html Css Color HEX #8591DB Portage

📋 copy color: '#8591DB'

red 133 ◦ green 145 ◦ blue 219

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

Shades of Portage #8591DB

Tints of Portage #8591DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.18%

 BLUE value IS 219 (85.94% from 255) = 44.06%

R = 26.76%
G = 29.18%
B = 44.06%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8591DB (or 0x8591DB) is known color: Portage. HEX triplet: 85, 91 and DB. RGB value is (133,145,219). Sum of RGB (Red+Green+Blue) = 133+145+219=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #8591DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8591DB is #7A6E24. Grayscale: #959595. Windows color (decimal): -8023589 or 14389637. OLE color: 14389637.

HSL color Cylindrical-coordinate representation of color #8591DB: hue angle of 231.63º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8591DB is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 145 219 -
CMYK 0.39 0.34 0 0.14
HSL 231.63º 0.54% 0.69% -
HSV(B) 231.63º 0.39% 0.86% -
XYZ 32.58 30.35 71.16 -
YUV 149.85 167.02 115.98 -
System Red Green Blue C M Y K H S L
Decimal 133 145 219 0.39 0.34 0 0.14 231.63 0.54 0.69
Hex 85 91 DB 27 22 0 E E8 36 45
Octal 205 221 333 47 42 0 16 350 66 105
Binary 10000101 10010001 11011011 100111 100010 0 1110 11101000 110110 1000101

Color Harmonies of #8591DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8591DB

Black with #8591DB

Text Example


Text Example

White with #8591DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8591DB; }

 p { color: rgb(133,145,219); }

 H1.HeaderClassName
 {
   color: #8591DB;
 }
 .AnyTagClassName
 {
   color: #8591DB;
 }
</style>

background-color css

<style>
 a { background-color: #8591DB; }

 a { background-color: rgb(133,145,219); }

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

border-color css

<style>
 span { border-color: #8591DB; }

 span { border-color: rgb(133,145,219); }

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