#8C98FD

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

Shades of Portage #8C98FD

Tints of Portage #8C98FD

Color information

#8C98FD (or 0x8C98FD) is unknown color: approx Portage. HEX triplet: 8C, 98 and FD. RGB value is (140,152,253). Sum of RGB (Red+Green+Blue) = 140+152+253=545 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.69% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C98FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C98FD is #736702. Grayscale: #9F9F9F. Windows color (decimal): -7563011 or 16619660. OLE color: 16619660.

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

Color convert

RGB140152253-
CMYK0.450.4000.01
HSL233.63º96.58%77.06%-
HSV(B)233.63º44.66%99.22%-
XYZ39.7735.1297.61-
YUV159.93180.52113.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.69%
GREEN value IS 152 (59.77% from 255) = 27.89%
BLUE value IS 253 (99.22% from 255) = 46.42%
R=25.69%
G=27.89%
B=46.42%

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
Decimal1401522530.450.4000.01233.6396.5877.06
Hex8C98FD2D2801ea614d
Octal214230375555001352141115
Binary100011001001100011111101101101101000011110101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C98FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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