Html Css Color HEX #988EBD Cold Purple

📋 copy color: '#988EBD'

red 152 ◦ green 142 ◦ blue 189

#988EBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #988EBD

Tints of Cold Purple #988EBD

RGB

 RED value IS 152 (59.77% from 255) = 31.47%

 GREEN value IS 142 (55.86% from 255) = 29.4%

 BLUE value IS 189 (74.22% from 255) = 39.13%

R = 31.47%
G = 29.4%
B = 39.13%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#988EBD (or 0x988EBD) is known color: Cold Purple. HEX triplet: 98, 8E and BD. RGB value is (152,142,189). Sum of RGB (Red+Green+Blue) = 152+142+189=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #988EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988EBD is #677142. Grayscale: #969696. Windows color (decimal): -6779203 or 12422808. OLE color: 12422808.

HSL color Cylindrical-coordinate representation of color #988EBD: hue angle of 252.77º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #988EBD is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 142 189 -
CMYK 0.20 0.25 0 0.26
HSL 252.77º 0.26% 0.65% -
HSV(B) 252.77º 0.25% 0.74% -
XYZ 31.81 29.7 52.2 -
YUV 150.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 152 142 189 0.20 0.25 0 0.26 252.77 0.26 0.65
Hex 98 8E BD 14 19 0 1A FD 1A 41
Octal 230 216 275 24 31 0 32 375 32 101
Binary 10011000 10001110 10111101 10100 11001 0 11010 11111101 11010 1000001

Color Harmonies of #988EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988EBD

Black with #988EBD

Text Example


Text Example

White with #988EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #988EBD;
 }
 .AnyTagClassName
 {
   color: #988EBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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