Html Css Color HEX #8796DD Portage

📋 copy color: '#8796DD'

red 135 ◦ green 150 ◦ blue 221

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

Shades of Portage #8796DD

Tints of Portage #8796DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 26.68%
G = 29.64%
B = 43.68%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8796DD (or 0x8796DD) is known color: Portage. HEX triplet: 87, 96 and DD. RGB value is (135,150,221). Sum of RGB (Red+Green+Blue) = 135+150+221=506 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.68% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #8796DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8796DD is #786922. Grayscale: #999999. Windows color (decimal): -7891235 or 14521991. OLE color: 14521991.

HSL color Cylindrical-coordinate representation of color #8796DD: hue angle of 229.53º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8796DD is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 150 221 -
CMYK 0.39 0.32 0 0.13
HSL 229.53º 0.56% 0.7% -
HSV(B) 229.53º 0.39% 0.87% -
XYZ 33.95 32.18 72.83 -
YUV 153.61 166.03 114.73 -
System Red Green Blue C M Y K H S L
Decimal 135 150 221 0.39 0.32 0 0.13 229.53 0.56 0.7
Hex 87 96 DD 27 20 0 D E6 38 46
Octal 207 226 335 47 40 0 15 346 70 106
Binary 10000111 10010110 11011101 100111 100000 0 1101 11100110 111000 1000110

Color Harmonies of #8796DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8796DD

Black with #8796DD

Text Example


Text Example

White with #8796DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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