#8B95FD

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

Shades of Portage #8B95FD

Tints of Portage #8B95FD

Color information

#8B95FD (or 0x8B95FD) is unknown color: approx Portage. HEX triplet: 8B, 95 and FD. RGB value is (139,149,253). Sum of RGB (Red+Green+Blue) = 139+149+253=541 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.69% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #8B95FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B95FD is #746A02. Grayscale: #9D9D9D. Windows color (decimal): -7629315 or 16618891. OLE color: 16618891.

HSL color Cylindrical-coordinate representation of color #8B95FD: hue angle of 234.74º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B95FD is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB139149253-
CMYK0.450.4100.01
HSL234.74º96.61%76.86%-
HSV(B)234.74º45.06%99.22%-
XYZ39.1234.0897.44-
YUV157.87181.69114.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.69%
GREEN value IS 149 (58.59% from 255) = 27.54%
BLUE value IS 253 (99.22% from 255) = 46.77%
R=25.69%
G=27.54%
B=46.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1391492530.450.4100.01234.7496.6176.86
Hex8B95FD2D2901eb614d
Octal213225375555101353141115
Binary100010111001010111111101101101101001011110101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B95FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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