Html Css Color HEX #8596CE Portage

📋 copy color: '#8596CE'

red 133 ◦ green 150 ◦ blue 206

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

Shades of Portage #8596CE

Tints of Portage #8596CE

RGB

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

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

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

R = 27.2%
G = 30.67%
B = 42.13%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8596CE (or 0x8596CE) is known color: Portage. HEX triplet: 85, 96 and CE. RGB value is (133,150,206). Sum of RGB (Red+Green+Blue) = 133+150+206=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #8596CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8596CE is #7A6931. Grayscale: #979797. Windows color (decimal): -8022322 or 13538949. OLE color: 13538949.

HSL color Cylindrical-coordinate representation of color #8596CE: hue angle of 226.03º 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 #8596CE is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 150 206 -
CMYK 0.35 0.27 0 0.19
HSL 226.03º 0.43% 0.66% -
HSV(B) 226.03º 0.35% 0.81% -
XYZ 31.72 31.26 62.75 -
YUV 151.3 158.87 114.95 -
System Red Green Blue C M Y K H S L
Decimal 133 150 206 0.35 0.27 0 0.19 226.03 0.43 0.66
Hex 85 96 CE 23 1B 0 13 E2 2B 42
Octal 205 226 316 43 33 0 23 342 53 102
Binary 10000101 10010110 11001110 100011 11011 0 10011 11100010 101011 1000010

Color Harmonies of #8596CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8596CE

Black with #8596CE

Text Example


Text Example

White with #8596CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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