Html Css Color HEX #8596D1 Portage

📋 copy color: '#8596D1'

red 133 ◦ green 150 ◦ blue 209

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

Shades of Portage #8596D1

Tints of Portage #8596D1

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.49%

 BLUE value IS 209 (82.03% from 255) = 42.48%

R = 27.03%
G = 30.49%
B = 42.48%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8596D1 (or 0x8596D1) is known color: Portage. HEX triplet: 85, 96 and D1. RGB value is (133,150,209). Sum of RGB (Red+Green+Blue) = 133+150+209=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #8596D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8596D1 is #7A692E. Grayscale: #979797. Windows color (decimal): -8022319 or 13735557. OLE color: 13735557.

HSL color Cylindrical-coordinate representation of color #8596D1: hue angle of 226.58º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8596D1 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 150 209 -
CMYK 0.36 0.28 0 0.18
HSL 226.58º 0.45% 0.67% -
HSV(B) 226.58º 0.36% 0.82% -
XYZ 32.09 31.4 64.69 -
YUV 151.64 160.37 114.7 -
System Red Green Blue C M Y K H S L
Decimal 133 150 209 0.36 0.28 0 0.18 226.58 0.45 0.67
Hex 85 96 D1 24 1C 0 12 E3 2D 43
Octal 205 226 321 44 34 0 22 343 55 103
Binary 10000101 10010110 11010001 100100 11100 0 10010 11100011 101101 1000011

Color Harmonies of #8596D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8596D1

Black with #8596D1

Text Example


Text Example

White with #8596D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8596D1; }

 p { color: rgb(133,150,209); }

 H1.HeaderClassName
 {
   color: #8596D1;
 }
 .AnyTagClassName
 {
   color: #8596D1;
 }
</style>

background-color css

<style>
 a { background-color: #8596D1; }

 a { background-color: rgb(133,150,209); }

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

border-color css

<style>
 span { border-color: #8596D1; }

 span { border-color: rgb(133,150,209); }

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