#8C98ED

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

Shades of Portage #8C98ED

Tints of Portage #8C98ED

Color information

#8C98ED (or 0x8C98ED) is unknown color: approx Portage. HEX triplet: 8C, 98 and ED. RGB value is (140,152,237). Sum of RGB (Red+Green+Blue) = 140+152+237=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C98ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C98ED is #736712. Grayscale: #9D9D9D. Windows color (decimal): -7563027 or 15571084. OLE color: 15571084.

HSL color Cylindrical-coordinate representation of color #8C98ED: hue angle of 232.58º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C98ED is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB140152237-
CMYK0.410.3600.07
HSL232.58º72.93%73.92%-
HSV(B)232.58º40.93%92.94%-
XYZ37.3334.1584.74-
YUV158.1172.52115.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.47%
GREEN value IS 152 (59.77% from 255) = 28.73%
BLUE value IS 237 (92.97% from 255) = 44.80%
R=26.47%
G=28.73%
B=44.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1401522370.410.3600.07232.5872.9373.92
Hex8C98ED292407e9494a
Octal214230355514407351111112
Binary10001100100110001110110110100110010001111110100110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C98ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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