#8B98FE

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

Shades of Portage #8B98FE

Tints of Portage #8B98FE

Color information

#8B98FE (or 0x8B98FE) is unknown color: approx Portage. HEX triplet: 8B, 98 and FE. RGB value is (139,152,254). Sum of RGB (Red+Green+Blue) = 139+152+254=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B98FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B98FE is #746701. Grayscale: #9F9F9F. Windows color (decimal): -7628546 or 16685195. OLE color: 16685195.

HSL color Cylindrical-coordinate representation of color #8B98FE: hue angle of 233.22º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B98FE is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB139152254-
CMYK0.450.4000.00
HSL233.22º98.29%77.06%-
HSV(B)233.22º45.28%99.61%-
XYZ39.7735.198.45-
YUV159.74181.19113.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.50%
GREEN value IS 152 (59.77% from 255) = 27.89%
BLUE value IS 254 (99.61% from 255) = 46.61%
R=25.50%
G=27.89%
B=46.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1391522540.450.4000.00233.2298.2977.06
Hex8B98FE2D2800e9624d
Octal213230376555000351142115
Binary100010111001100011111110101101101000001110100111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B98FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,152,254); }

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

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

 a { background-color: rgb(139,152,254); }

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

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

 span { border-color: rgb(139,152,254); }

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