Html Css Color HEX #988FBB Cold Purple

📋 copy color: '#988FBB'

red 152 ◦ green 143 ◦ blue 187

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

Shades of Cold Purple #988FBB

Tints of Cold Purple #988FBB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.67%

 BLUE value IS 187 (73.44% from 255) = 38.8%

R = 31.54%
G = 29.67%
B = 38.8%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#988FBB (or 0x988FBB) is known color: Cold Purple. HEX triplet: 98, 8F and BB. RGB value is (152,143,187). Sum of RGB (Red+Green+Blue) = 152+143+187=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #988FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FBB is #677044. Grayscale: #969696. Windows color (decimal): -6778949 or 12291992. OLE color: 12291992.

HSL color Cylindrical-coordinate representation of color #988FBB: hue angle of 252.27º degrees, saturation: 0.24, 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 #988FBB is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 143 187 -
CMYK 0.19 0.24 0 0.27
HSL 252.27º 0.24% 0.65% -
HSV(B) 252.27º 0.24% 0.73% -
XYZ 31.74 29.91 51.11 -
YUV 150.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 152 143 187 0.19 0.24 0 0.27 252.27 0.24 0.65
Hex 98 8F BB 13 18 0 1B FC 18 41
Octal 230 217 273 23 30 0 33 374 30 101
Binary 10011000 10001111 10111011 10011 11000 0 11011 11111100 11000 1000001

Color Harmonies of #988FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988FBB

Black with #988FBB

Text Example


Text Example

White with #988FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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