Html Css Color HEX #8591DD Portage

📋 copy color: '#8591DD'

red 133 ◦ green 145 ◦ blue 221

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

Shades of Portage #8591DD

Tints of Portage #8591DD

RGB

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

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

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

R = 26.65%
G = 29.06%
B = 44.29%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8591DD (or 0x8591DD) is known color: Portage. HEX triplet: 85, 91 and DD. RGB value is (133,145,221). Sum of RGB (Red+Green+Blue) = 133+145+221=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #8591DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8591DD is #7A6E22. Grayscale: #959595. Windows color (decimal): -8023587 or 14520709. OLE color: 14520709.

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

Color convert

RGB 133 145 221 -
CMYK 0.40 0.34 0 0.13
HSL 231.82º 0.56% 0.69% -
HSV(B) 231.82º 0.4% 0.87% -
XYZ 32.85 30.46 72.55 -
YUV 150.08 168.02 115.82 -
System Red Green Blue C M Y K H S L
Decimal 133 145 221 0.40 0.34 0 0.13 231.82 0.56 0.69
Hex 85 91 DD 28 22 0 D E8 38 45
Octal 205 221 335 50 42 0 15 350 70 105
Binary 10000101 10010001 11011101 101000 100010 0 1101 11101000 111000 1000101

Color Harmonies of #8591DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8591DD

Black with #8591DD

Text Example


Text Example

White with #8591DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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