#8A98FD

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

Shades of Portage #8A98FD

Tints of Portage #8A98FD

Color information

#8A98FD (or 0x8A98FD) is unknown color: approx Portage. HEX triplet: 8A, 98 and FD. RGB value is (138,152,253). Sum of RGB (Red+Green+Blue) = 138+152+253=543 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.41% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A98FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A98FD is #756702. Grayscale: #9E9E9E. Windows color (decimal): -7694083 or 16619658. OLE color: 16619658.

HSL color Cylindrical-coordinate representation of color #8A98FD: hue angle of 232.7º 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 #8A98FD is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB138152253-
CMYK0.450.4000.01
HSL232.7º96.64%76.67%-
HSV(B)232.7º45.45%99.22%-
XYZ39.4434.9597.6-
YUV159.33180.86112.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.41%
GREEN value IS 152 (59.77% from 255) = 27.99%
BLUE value IS 253 (99.22% from 255) = 46.59%
R=25.41%
G=27.99%
B=46.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1381522530.450.4000.01232.796.6476.67
Hex8A98FD2D2801e9614d
Octal212230375555001351141115
Binary100010101001100011111101101101101000011110100111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A98FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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