Html Css Color HEX #8794C9 Portage

📋 copy color: '#8794C9'

red 135 ◦ green 148 ◦ blue 201

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

Shades of Portage #8794C9

Tints of Portage #8794C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.53%

R = 27.89%
G = 30.58%
B = 41.53%

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

#8794C9 (or 0x8794C9) is known color: Portage. HEX triplet: 87, 94 and C9. RGB value is (135,148,201). Sum of RGB (Red+Green+Blue) = 135+148+201=484 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.89% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 201 - color contains mainly: blue. Hex color #8794C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8794C9 is #786B36. Grayscale: #959595. Windows color (decimal): -7891767 or 13210759. OLE color: 13210759.

HSL color Cylindrical-coordinate representation of color #8794C9: hue angle of 228.18º degrees, saturation: 0.38, 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 #8794C9 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 135 148 201 -
CMYK 0.33 0.26 0 0.21
HSL 228.18º 0.38% 0.66% -
HSV(B) 228.18º 0.33% 0.79% -
XYZ 31.12 30.55 59.51 -
YUV 150.16 156.69 117.19 -
System Red Green Blue C M Y K H S L
Decimal 135 148 201 0.33 0.26 0 0.21 228.18 0.38 0.66
Hex 87 94 C9 21 1A 0 15 E4 26 42
Octal 207 224 311 41 32 0 25 344 46 102
Binary 10000111 10010100 11001001 100001 11010 0 10101 11100100 100110 1000010

Color Harmonies of #8794C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8794C9

Black with #8794C9

Text Example


Text Example

White with #8794C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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