#8194D7

Color #8194D7 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8194D7

Tints of Portage #8194D7

Color information

#8194D7 (or 0x8194D7) is unknown color: approx Portage. HEX triplet: 81, 94 and D7. RGB value is (129,148,215). Sum of RGB (Red+Green+Blue) = 129+148+215=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #8194D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8194D7 is #7E6B28. Grayscale: #959595. Windows color (decimal): -8284969 or 14128257. OLE color: 14128257.

HSL color Cylindrical-coordinate representation of color #8194D7: hue angle of 226.74º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8194D7 is Cyan = 0.4, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB129148215-
CMYK0.40.3100.16
HSL226.74º51.81%67.45%-
HSV(B)226.74º40%84.31%-
XYZ31.9130.7568.54-
YUV149.96164.71113.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.22%
GREEN value IS 148 (58.20% from 255) = 30.08%
BLUE value IS 215 (84.38% from 255) = 43.70%
R=26.22%
G=30.08%
B=43.70%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1291482150.40.3100.16226.7451.8167.45
Hex8194D7281F010e33443
Octal201224327503702034364103
Binary10000001100101001101011110100011111010000111000111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8194D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8194D7;
 }
 .AnyTagClassName
 {
   color: #8194D7;
 }
</style>
background-color css

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

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

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

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

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

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