#8195F0

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

Shades of Portage #8195F0

Tints of Portage #8195F0

Color information

#8195F0 (or 0x8195F0) is unknown color: approx Portage. HEX triplet: 81, 95 and F0. RGB value is (129,149,240). Sum of RGB (Red+Green+Blue) = 129+149+240=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #8195F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8195F0 is #7E6A0F. Grayscale: #999999. Windows color (decimal): -8284688 or 15766913. OLE color: 15766913.

HSL color Cylindrical-coordinate representation of color #8195F0: hue angle of 229.19º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8195F0 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB129149240-
CMYK0.460.3800.06
HSL229.19º78.72%72.35%-
HSV(B)229.19º46.25%94.12%-
XYZ35.5332.4586.83-
YUV153.39176.87110.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.90%
GREEN value IS 149 (58.59% from 255) = 28.76%
BLUE value IS 240 (94.14% from 255) = 46.33%
R=24.90%
G=28.76%
B=46.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1291492400.460.3800.06229.1978.7272.35
Hex8195F02E2606e54f48
Octal201225360564606345117110
Binary10000001100101011111000010111010011001101110010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8195F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8195F0; }

 p { color: rgb(129,149,240); }

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

<style>
 a { background-color: #8195F0; }

 a { background-color: rgb(129,149,240); }

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

<style>
 span { border-color: #8195F0; }

 span { border-color: rgb(129,149,240); }

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