Html Css Color HEX #8596DC Portage

📋 copy color: '#8596DC'

red 133 ◦ green 150 ◦ blue 220

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

Shades of Portage #8596DC

Tints of Portage #8596DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 26.44%
G = 29.82%
B = 43.74%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8596DC (or 0x8596DC) is known color: Portage. HEX triplet: 85, 96 and DC. RGB value is (133,150,220). Sum of RGB (Red+Green+Blue) = 133+150+220=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #8596DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8596DC is #7A6923. Grayscale: #989898. Windows color (decimal): -8022308 or 14456453. OLE color: 14456453.

HSL color Cylindrical-coordinate representation of color #8596DC: hue angle of 228.28º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8596DC is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 150 220 -
CMYK 0.40 0.32 0 0.14
HSL 228.28º 0.55% 0.69% -
HSV(B) 228.28º 0.4% 0.86% -
XYZ 33.5 31.97 72.11 -
YUV 152.9 165.87 113.81 -
System Red Green Blue C M Y K H S L
Decimal 133 150 220 0.40 0.32 0 0.14 228.28 0.55 0.69
Hex 85 96 DC 28 20 0 E E4 37 45
Octal 205 226 334 50 40 0 16 344 67 105
Binary 10000101 10010110 11011100 101000 100000 0 1110 11100100 110111 1000101

Color Harmonies of #8596DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8596DC

Black with #8596DC

Text Example


Text Example

White with #8596DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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