Html Css Color HEX #8596CB Portage

📋 copy color: '#8596CB'

red 133 ◦ green 150 ◦ blue 203

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

Shades of Portage #8596CB

Tints of Portage #8596CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.77%

R = 27.37%
G = 30.86%
B = 41.77%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8596CB (or 0x8596CB) is known color: Portage. HEX triplet: 85, 96 and CB. RGB value is (133,150,203). Sum of RGB (Red+Green+Blue) = 133+150+203=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #8596CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8596CB is #7A6934. Grayscale: #969696. Windows color (decimal): -8022325 or 13342341. OLE color: 13342341.

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

Color convert

RGB 133 150 203 -
CMYK 0.34 0.26 0 0.20
HSL 225.43º 0.4% 0.66% -
HSV(B) 225.43º 0.34% 0.8% -
XYZ 31.36 31.11 60.85 -
YUV 150.96 157.37 115.19 -
System Red Green Blue C M Y K H S L
Decimal 133 150 203 0.34 0.26 0 0.20 225.43 0.4 0.66
Hex 85 96 CB 22 1A 0 14 E1 28 42
Octal 205 226 313 42 32 0 24 341 50 102
Binary 10000101 10010110 11001011 100010 11010 0 10100 11100001 101000 1000010

Color Harmonies of #8596CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8596CB

Black with #8596CB

Text Example


Text Example

White with #8596CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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