Html Css Color HEX #8591EC Portage

📋 copy color: '#8591EC'

red 133 ◦ green 145 ◦ blue 236

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

Shades of Portage #8591EC

Tints of Portage #8591EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.91%

R = 25.88%
G = 28.21%
B = 45.91%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8591EC (or 0x8591EC) is known color: Portage. HEX triplet: 85, 91 and EC. RGB value is (133,145,236). Sum of RGB (Red+Green+Blue) = 133+145+236=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #8591EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8591EC is #7A6E13. Grayscale: #979797. Windows color (decimal): -8023572 or 15503749. OLE color: 15503749.

HSL color Cylindrical-coordinate representation of color #8591EC: hue angle of 233.01º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8591EC is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 145 236 -
CMYK 0.44 0.39 0 0.07
HSL 233.01º 0.73% 0.72% -
HSV(B) 233.01º 0.44% 0.93% -
XYZ 34.94 31.29 83.56 -
YUV 151.79 175.52 114.6 -
System Red Green Blue C M Y K H S L
Decimal 133 145 236 0.44 0.39 0 0.07 233.01 0.73 0.72
Hex 85 91 EC 2C 27 0 7 E9 49 48
Octal 205 221 354 54 47 0 7 351 111 110
Binary 10000101 10010001 11101100 101100 100111 0 111 11101001 1001001 1001000

Color Harmonies of #8591EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8591EC

Black with #8591EC

Text Example


Text Example

White with #8591EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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