#988EBB

Color #988EBB Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #988EBB

Tints of Cold Purple #988EBB

Color information

#988EBB (or 0x988EBB) is unknown color: approx Cold Purple. HEX triplet: 98, 8E and BB. RGB value is (152,142,187). Sum of RGB (Red+Green+Blue) = 152+142+187=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #988EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988EBB is #677144. Grayscale: #959595. Windows color (decimal): -6779205 or 12291736. OLE color: 12291736.

HSL color Cylindrical-coordinate representation of color #988EBB: hue angle of 253.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #988EBB is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152142187-
CMYK0.190.2400.27
HSL253.33º24.86%64.51%-
HSV(B)253.33º24.06%73.33%-
XYZ31.5929.6151.06-
YUV150.12148.81129.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.60%
GREEN value IS 142 (55.86% from 255) = 29.52%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=31.60%
G=29.52%
B=38.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521421870.190.2400.27253.3324.8664.51
Hex988EBB131801Bfd1941
Octal230216273233003337531101
Binary100110001000111010111011100111100001101111111101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988EBB; }

 p { color: rgb(152,142,187); }

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

<style>
 a { background-color: #988EBB; }

 a { background-color: rgb(152,142,187); }

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

<style>
 span { border-color: #988EBB; }

 span { border-color: rgb(152,142,187); }

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