Html Css Color HEX #8194DA Portage

📋 copy color: '#8194DA'

red 129 ◦ green 148 ◦ blue 218

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

Shades of Portage #8194DA

Tints of Portage #8194DA

RGB

 RED value IS 129 (50.78% from 255) = 26.06%

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

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

R = 26.06%
G = 29.9%
B = 44.04%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8194DA (or 0x8194DA) is known color: Portage. HEX triplet: 81, 94 and DA. RGB value is (129,148,218). Sum of RGB (Red+Green+Blue) = 129+148+218=495 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.06% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #8194DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8194DA is #7E6B25. Grayscale: #959595. Windows color (decimal): -8284966 or 14324865. OLE color: 14324865.

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

Color convert

RGB 129 148 218 -
CMYK 0.41 0.32 0 0.15
HSL 227.19º 0.55% 0.68% -
HSV(B) 227.19º 0.41% 0.85% -
XYZ 32.3 30.91 70.59 -
YUV 150.3 166.21 112.81 -
System Red Green Blue C M Y K H S L
Decimal 129 148 218 0.41 0.32 0 0.15 227.19 0.55 0.68
Hex 81 94 DA 29 20 0 F E3 37 44
Octal 201 224 332 51 40 0 17 343 67 104
Binary 10000001 10010100 11011010 101001 100000 0 1111 11100011 110111 1000100

Color Harmonies of #8194DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8194DA

Black with #8194DA

Text Example


Text Example

White with #8194DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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