Html Css Color HEX #8794DA Portage

📋 copy color: '#8794DA'

red 135 ◦ green 148 ◦ blue 218

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

Shades of Portage #8794DA

Tints of Portage #8794DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.51%

R = 26.95%
G = 29.54%
B = 43.51%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8794DA (or 0x8794DA) is known color: Portage. HEX triplet: 87, 94 and DA. RGB value is (135,148,218). Sum of RGB (Red+Green+Blue) = 135+148+218=501 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.95% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #8794DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8794DA is #786B25. Grayscale: #979797. Windows color (decimal): -7891750 or 14324871. OLE color: 14324871.

HSL color Cylindrical-coordinate representation of color #8794DA: hue angle of 230.6º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8794DA is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 148 218 -
CMYK 0.38 0.32 0 0.15
HSL 230.6º 0.53% 0.69% -
HSV(B) 230.6º 0.38% 0.85% -
XYZ 33.24 31.39 70.64 -
YUV 152.09 165.19 115.81 -
System Red Green Blue C M Y K H S L
Decimal 135 148 218 0.38 0.32 0 0.15 230.6 0.53 0.69
Hex 87 94 DA 26 20 0 F E7 35 45
Octal 207 224 332 46 40 0 17 347 65 105
Binary 10000111 10010100 11011010 100110 100000 0 1111 11100111 110101 1000101

Color Harmonies of #8794DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8794DA

Black with #8794DA

Text Example


Text Example

White with #8794DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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