Html Css Color HEX #8796CA Portage

📋 copy color: '#8796CA'

red 135 ◦ green 150 ◦ blue 202

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

Shades of Portage #8796CA

Tints of Portage #8796CA

RGB

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

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

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

R = 27.72%
G = 30.8%
B = 41.48%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8796CA (or 0x8796CA) is known color: Portage. HEX triplet: 87, 96 and CA. RGB value is (135,150,202). Sum of RGB (Red+Green+Blue) = 135+150+202=487 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.72% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #8796CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8796CA is #786935. Grayscale: #979797. Windows color (decimal): -7891254 or 13276807. OLE color: 13276807.

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

Color convert

RGB 135 150 202 -
CMYK 0.33 0.26 0 0.21
HSL 226.57º 0.39% 0.66% -
HSV(B) 226.57º 0.33% 0.79% -
XYZ 31.56 31.23 60.24 -
YUV 151.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 135 150 202 0.33 0.26 0 0.21 226.57 0.39 0.66
Hex 87 96 CA 21 1A 0 15 E3 27 42
Octal 207 226 312 41 32 0 25 343 47 102
Binary 10000111 10010110 11001010 100001 11010 0 10101 11100011 100111 1000010

Color Harmonies of #8796CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8796CA

Black with #8796CA

Text Example


Text Example

White with #8796CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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