Html Css Color HEX #8794D5 Portage

📋 copy color: '#8794D5'

red 135 ◦ green 148 ◦ blue 213

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

Shades of Portage #8794D5

Tints of Portage #8794D5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.84%

 BLUE value IS 213 (83.59% from 255) = 42.94%

R = 27.22%
G = 29.84%
B = 42.94%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8794D5 (or 0x8794D5) is known color: Portage. HEX triplet: 87, 94 and D5. RGB value is (135,148,213). Sum of RGB (Red+Green+Blue) = 135+148+213=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #8794D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8794D5 is #786B2A. Grayscale: #979797. Windows color (decimal): -7891755 or 13997191. OLE color: 13997191.

HSL color Cylindrical-coordinate representation of color #8794D5: hue angle of 230º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8794D5 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 135 148 213 -
CMYK 0.37 0.31 0 0.16
HSL 230º 0.48% 0.68% -
HSV(B) 230º 0.37% 0.84% -
XYZ 32.59 31.13 67.24 -
YUV 151.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 135 148 213 0.37 0.31 0 0.16 230 0.48 0.68
Hex 87 94 D5 25 1F 0 10 E6 30 44
Octal 207 224 325 45 37 0 20 346 60 104
Binary 10000111 10010100 11010101 100101 11111 0 10000 11100110 110000 1000100

Color Harmonies of #8794D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8794D5

Black with #8794D5

Text Example


Text Example

White with #8794D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8794D5; }

 p { color: rgb(135,148,213); }

 H1.HeaderClassName
 {
   color: #8794D5;
 }
 .AnyTagClassName
 {
   color: #8794D5;
 }
</style>

background-color css

<style>
 a { background-color: #8794D5; }

 a { background-color: rgb(135,148,213); }

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

border-color css

<style>
 span { border-color: #8794D5; }

 span { border-color: rgb(135,148,213); }

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