#8B97E5

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

Shades of Portage #8B97E5

Tints of Portage #8B97E5

Color information

#8B97E5 (or 0x8B97E5) is unknown color: approx Portage. HEX triplet: 8B, 97 and E5. RGB value is (139,151,229). Sum of RGB (Red+Green+Blue) = 139+151+229=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #8B97E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B97E5 is #74681A. Grayscale: #9B9B9B. Windows color (decimal): -7628827 or 15046539. OLE color: 15046539.

HSL color Cylindrical-coordinate representation of color #8B97E5: hue angle of 232º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B97E5 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB139151229-
CMYK0.390.3400.10
HSL232º63.38%72.16%-
HSV(B)232º39.3%89.8%-
XYZ35.8633.2878.66-
YUV156.3169.02115.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.78%
GREEN value IS 151 (59.38% from 255) = 29.09%
BLUE value IS 229 (89.84% from 255) = 44.12%
R=26.78%
G=29.09%
B=44.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1391512290.390.3400.1023263.3872.16
Hex8B97E527220Ae83f48
Octal213227345474201235077110
Binary10001011100101111110010110011110001001010111010001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B97E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B97E5; }

 p { color: rgb(139,151,229); }

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

<style>
 a { background-color: #8B97E5; }

 a { background-color: rgb(139,151,229); }

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

<style>
 span { border-color: #8B97E5; }

 span { border-color: rgb(139,151,229); }

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