#8194FA

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

Shades of Portage #8194FA

Tints of Portage #8194FA

Color information

#8194FA (or 0x8194FA) is unknown color: approx Portage. HEX triplet: 81, 94 and FA. RGB value is (129,148,250). Sum of RGB (Red+Green+Blue) = 129+148+250=527 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.48% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #8194FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8194FA is #7E6B05. Grayscale: #999999. Windows color (decimal): -8284934 or 16422017. OLE color: 16422017.

HSL color Cylindrical-coordinate representation of color #8194FA: hue angle of 230.58º degrees, saturation: 0.92, 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 #8194FA is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129148250-
CMYK0.480.4100.02
HSL230.58º92.37%74.31%-
HSV(B)230.58º48.4%98.04%-
XYZ36.932.7594.82-
YUV153.95182.21110.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.48%
GREEN value IS 148 (58.20% from 255) = 28.08%
BLUE value IS 250 (98.05% from 255) = 47.44%
R=24.48%
G=28.08%
B=47.44%

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
Decimal1291482500.480.4100.02230.5892.3774.31
Hex8194FA302902e75c4a
Octal201224372605102347134112
Binary1000000110010100111110101100001010010101110011110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8194FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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