Html Css Color HEX #8795C7 Portage

📋 copy color: '#8795C7'

red 135 ◦ green 149 ◦ blue 199

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

Shades of Portage #8795C7

Tints of Portage #8795C7

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.85%

 BLUE value IS 199 (78.13% from 255) = 41.2%

R = 27.95%
G = 30.85%
B = 41.2%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8795C7 (or 0x8795C7) is known color: Portage. HEX triplet: 87, 95 and C7. RGB value is (135,149,199). Sum of RGB (Red+Green+Blue) = 135+149+199=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 199 (78.12% from 255 or 41.20% from 483); Max value from RGB is 199 - color contains mainly: blue. Hex color #8795C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8795C7 is #786A38. Grayscale: #969696. Windows color (decimal): -7891513 or 13079943. OLE color: 13079943.

HSL color Cylindrical-coordinate representation of color #8795C7: hue angle of 226.88º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8795C7 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 135 149 199 -
CMYK 0.32 0.25 0 0.22
HSL 226.88º 0.36% 0.65% -
HSV(B) 226.88º 0.32% 0.78% -
XYZ 31.05 30.77 58.34 -
YUV 150.51 155.36 116.93 -
System Red Green Blue C M Y K H S L
Decimal 135 149 199 0.32 0.25 0 0.22 226.88 0.36 0.65
Hex 87 95 C7 20 19 0 16 E3 24 41
Octal 207 225 307 40 31 0 26 343 44 101
Binary 10000111 10010101 11000111 100000 11001 0 10110 11100011 100100 1000001

Color Harmonies of #8795C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8795C7

Black with #8795C7

Text Example


Text Example

White with #8795C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8795C7; }

 p { color: rgb(135,149,199); }

 H1.HeaderClassName
 {
   color: #8795C7;
 }
 .AnyTagClassName
 {
   color: #8795C7;
 }
</style>

background-color css

<style>
 a { background-color: #8795C7; }

 a { background-color: rgb(135,149,199); }

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

border-color css

<style>
 span { border-color: #8795C7; }

 span { border-color: rgb(135,149,199); }

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