#8A98EB

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

Shades of Portage #8A98EB

Tints of Portage #8A98EB

Color information

#8A98EB (or 0x8A98EB) is unknown color: approx Portage. HEX triplet: 8A, 98 and EB. RGB value is (138,152,235). Sum of RGB (Red+Green+Blue) = 138+152+235=525 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.29% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A98EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A98EB is #756714. Grayscale: #9C9C9C. Windows color (decimal): -7694101 or 15440010. OLE color: 15440010.

HSL color Cylindrical-coordinate representation of color #8A98EB: hue angle of 231.34º 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 #8A98EB is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138152235-
CMYK0.410.3500.08
HSL231.34º70.8%73.14%-
HSV(B)231.34º41.28%92.16%-
XYZ36.733.8683.2-
YUV157.28171.86114.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.29%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 235 (92.19% from 255) = 44.76%
R=26.29%
G=28.95%
B=44.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381522350.410.3500.08231.3470.873.14
Hex8A98EB292308e74749
Octal2122303535143010347107111
Binary100010101001100011101011101001100011010001110011110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A98EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,152,235); }

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

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

 a { background-color: rgb(138,152,235); }

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

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

 span { border-color: rgb(138,152,235); }

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