#998EEE

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

Shades of Portage #998EEE

Tints of Portage #998EEE

Color information

#998EEE (or 0x998EEE) is unknown color: approx Portage. HEX triplet: 99, 8E and EE. RGB value is (153,142,238). Sum of RGB (Red+Green+Blue) = 153+142+238=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #998EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998EEE is #667111. Grayscale: #9B9B9B. Windows color (decimal): -6713618 or 15634073. OLE color: 15634073.

HSL color Cylindrical-coordinate representation of color #998EEE: hue angle of 246.88º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #998EEE is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153142238-
CMYK0.360.4000.07
HSL246.88º73.85%74.51%-
HSV(B)246.88º40.34%93.33%-
XYZ38.2432.2985.11-
YUV156.23174.14125.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.71%
GREEN value IS 142 (55.86% from 255) = 26.64%
BLUE value IS 238 (93.36% from 255) = 44.65%
R=28.71%
G=26.64%
B=44.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1531422380.360.4000.07246.8873.8574.51
Hex998EEE242807f74a4b
Octal231216356445007367112113
Binary10011001100011101110111010010010100001111111011110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998EEE; }

 p { color: rgb(153,142,238); }

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

<style>
 a { background-color: #998EEE; }

 a { background-color: rgb(153,142,238); }

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

<style>
 span { border-color: #998EEE; }

 span { border-color: rgb(153,142,238); }

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