#8194F9

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

Shades of Portage #8194F9

Tints of Portage #8194F9

Color information

#8194F9 (or 0x8194F9) is unknown color: approx Portage. HEX triplet: 81, 94 and F9. RGB value is (129,148,249). Sum of RGB (Red+Green+Blue) = 129+148+249=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #8194F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8194F9 is #7E6B06. Grayscale: #999999. Windows color (decimal): -8284935 or 16356481. OLE color: 16356481.

HSL color Cylindrical-coordinate representation of color #8194F9: hue angle of 230.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8194F9 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129148249-
CMYK0.480.4100.02
HSL230.5º90.91%74.12%-
HSV(B)230.5º48.19%97.65%-
XYZ36.7432.6994-
YUV153.83181.71110.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.52%
GREEN value IS 148 (58.20% from 255) = 28.14%
BLUE value IS 249 (97.66% from 255) = 47.34%
R=24.52%
G=28.14%
B=47.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291482490.480.4100.02230.590.9174.12
Hex8194F9302902e65b4a
Octal201224371605102346133112
Binary1000000110010100111110011100001010010101110011010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8194F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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