#8996F3

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

Shades of Portage #8996F3

Tints of Portage #8996F3

Color information

#8996F3 (or 0x8996F3) is unknown color: approx Portage. HEX triplet: 89, 96 and F3. RGB value is (137,150,243). Sum of RGB (Red+Green+Blue) = 137+150+243=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #8996F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8996F3 is #76690C. Grayscale: #9C9C9C. Windows color (decimal): -7760141 or 15963785. OLE color: 15963785.

HSL color Cylindrical-coordinate representation of color #8996F3: hue angle of 232.64º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8996F3 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB137150243-
CMYK0.440.3800.05
HSL232.64º81.54%74.51%-
HSV(B)232.64º43.62%95.29%-
XYZ37.433.689.31-
YUV156.72176.69113.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.85%
GREEN value IS 150 (58.98% from 255) = 28.30%
BLUE value IS 243 (95.31% from 255) = 45.85%
R=25.85%
G=28.30%
B=45.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1371502430.440.3800.05232.6481.5474.51
Hex8996F32C2605e9524b
Octal211226363544605351122113
Binary10001001100101101111001110110010011001011110100110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8996F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8996F3; }

 p { color: rgb(137,150,243); }

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

<style>
 a { background-color: #8996F3; }

 a { background-color: rgb(137,150,243); }

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

<style>
 span { border-color: #8996F3; }

 span { border-color: rgb(137,150,243); }

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