Html Css Color HEX #8596CA Portage

📋 copy color: '#8596CA'

red 133 ◦ green 150 ◦ blue 202

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

Shades of Portage #8596CA

Tints of Portage #8596CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.65%

R = 27.42%
G = 30.93%
B = 41.65%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8596CA (or 0x8596CA) is known color: Portage. HEX triplet: 85, 96 and CA. RGB value is (133,150,202). Sum of RGB (Red+Green+Blue) = 133+150+202=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #8596CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8596CA is #7A6935. Grayscale: #969696. Windows color (decimal): -8022326 or 13276805. OLE color: 13276805.

HSL color Cylindrical-coordinate representation of color #8596CA: hue angle of 225.22º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8596CA is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 150 202 -
CMYK 0.34 0.26 0 0.21
HSL 225.22º 0.39% 0.66% -
HSV(B) 225.22º 0.34% 0.79% -
XYZ 31.24 31.06 60.23 -
YUV 150.85 156.87 115.27 -
System Red Green Blue C M Y K H S L
Decimal 133 150 202 0.34 0.26 0 0.21 225.22 0.39 0.66
Hex 85 96 CA 22 1A 0 15 E1 27 42
Octal 205 226 312 42 32 0 25 341 47 102
Binary 10000101 10010110 11001010 100010 11010 0 10101 11100001 100111 1000010

Color Harmonies of #8596CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8596CA

Black with #8596CA

Text Example


Text Example

White with #8596CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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