Html Css Color HEX #8796CC Portage

📋 copy color: '#8796CC'

red 135 ◦ green 150 ◦ blue 204

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

Shades of Portage #8796CC

Tints of Portage #8796CC

RGB

 RED value IS 135 (53.13% from 255) = 27.61%

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

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 27.61%
G = 30.67%
B = 41.72%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8796CC (or 0x8796CC) is known color: Portage. HEX triplet: 87, 96 and CC. RGB value is (135,150,204). Sum of RGB (Red+Green+Blue) = 135+150+204=489 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.61% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #8796CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8796CC is #786933. Grayscale: #979797. Windows color (decimal): -7891252 or 13407879. OLE color: 13407879.

HSL color Cylindrical-coordinate representation of color #8796CC: hue angle of 226.96º 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 #8796CC is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 150 204 -
CMYK 0.34 0.26 0 0.2
HSL 226.96º 0.4% 0.66% -
HSV(B) 226.96º 0.34% 0.8% -
XYZ 31.8 31.32 61.5 -
YUV 151.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 135 150 204 0.34 0.26 0 0.2 226.96 0.4 0.66
Hex 87 96 CC 22 1A 0 14 E3 28 42
Octal 207 226 314 42 32 0 24 343 50 102
Binary 10000111 10010110 11001100 100010 11010 0 10100 11100011 101000 1000010

Color Harmonies of #8796CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8796CC

Black with #8796CC

Text Example


Text Example

White with #8796CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8796CC; }

 p { color: rgb(135,150,204); }

 H1.HeaderClassName
 {
   color: #8796CC;
 }
 .AnyTagClassName
 {
   color: #8796CC;
 }
</style>

background-color css

<style>
 a { background-color: #8796CC; }

 a { background-color: rgb(135,150,204); }

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

border-color css

<style>
 span { border-color: #8796CC; }

 span { border-color: rgb(135,150,204); }

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