#8B95EB

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

Shades of Portage #8B95EB

Tints of Portage #8B95EB

Color information

#8B95EB (or 0x8B95EB) is unknown color: approx Portage. HEX triplet: 8B, 95 and EB. RGB value is (139,149,235). Sum of RGB (Red+Green+Blue) = 139+149+235=523 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.58% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #8B95EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B95EB is #746A14. Grayscale: #9B9B9B. Windows color (decimal): -7629333 or 15439243. OLE color: 15439243.

HSL color Cylindrical-coordinate representation of color #8B95EB: hue angle of 233.75º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B95EB is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139149235-
CMYK0.410.3700.08
HSL233.75º70.59%73.33%-
HSV(B)233.75º40.85%92.16%-
XYZ36.3932.9883.05-
YUV155.81172.69116.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.58%
GREEN value IS 149 (58.59% from 255) = 28.49%
BLUE value IS 235 (92.19% from 255) = 44.93%
R=26.58%
G=28.49%
B=44.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391492350.410.3700.08233.7570.5973.33
Hex8B95EB292508ea4749
Octal2132253535145010352107111
Binary100010111001010111101011101001100101010001110101010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B95EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,149,235); }

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

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

 a { background-color: rgb(139,149,235); }

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

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

 span { border-color: rgb(139,149,235); }

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