#8196ED

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

Shades of Portage #8196ED

Tints of Portage #8196ED

Color information

#8196ED (or 0x8196ED) is unknown color: approx Portage. HEX triplet: 81, 96 and ED. RGB value is (129,150,237). Sum of RGB (Red+Green+Blue) = 129+150+237=516 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #8196ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8196ED is #7E6912. Grayscale: #999999. Windows color (decimal): -8284435 or 15570561. OLE color: 15570561.

HSL color Cylindrical-coordinate representation of color #8196ED: hue angle of 228.33º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8196ED is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129150237-
CMYK0.460.3700.07
HSL228.33º75%71.76%-
HSV(B)228.33º45.57%92.94%-
XYZ35.2532.5984.55-
YUV153.64175.04110.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25%
GREEN value IS 150 (58.98% from 255) = 29.07%
BLUE value IS 237 (92.97% from 255) = 45.93%
R=25%
G=29.07%
B=45.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291502370.460.3700.07228.337571.76
Hex8196ED2E2507e44b48
Octal201226355564507344113110
Binary10000001100101101110110110111010010101111110010010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8196ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8196ED; }

 p { color: rgb(129,150,237); }

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

<style>
 a { background-color: #8196ED; }

 a { background-color: rgb(129,150,237); }

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

<style>
 span { border-color: #8196ED; }

 span { border-color: rgb(129,150,237); }

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