Html Css Color HEX #8591CE Portage

📋 copy color: '#8591CE'

red 133 ◦ green 145 ◦ blue 206

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

Shades of Portage #8591CE

Tints of Portage #8591CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 27.48%
G = 29.96%
B = 42.56%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8591CE (or 0x8591CE) is known color: Portage. HEX triplet: 85, 91 and CE. RGB value is (133,145,206). Sum of RGB (Red+Green+Blue) = 133+145+206=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #8591CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8591CE is #7A6E31. Grayscale: #949494. Windows color (decimal): -8023602 or 13537669. OLE color: 13537669.

HSL color Cylindrical-coordinate representation of color #8591CE: hue angle of 230.14º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8591CE is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 145 206 -
CMYK 0.35 0.30 0 0.19
HSL 230.14º 0.43% 0.66% -
HSV(B) 230.14º 0.35% 0.81% -
XYZ 30.94 29.69 62.49 -
YUV 148.37 160.52 117.04 -
System Red Green Blue C M Y K H S L
Decimal 133 145 206 0.35 0.30 0 0.19 230.14 0.43 0.66
Hex 85 91 CE 23 1E 0 13 E6 2B 42
Octal 205 221 316 43 36 0 23 346 53 102
Binary 10000101 10010001 11001110 100011 11110 0 10011 11100110 101011 1000010

Color Harmonies of #8591CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8591CE

Black with #8591CE

Text Example


Text Example

White with #8591CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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