Html Css Color HEX #988DDB Blue Bell

📋 copy color: '#988DDB'

red 152 ◦ green 141 ◦ blue 219

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

Shades of Blue Bell #988DDB

Tints of Blue Bell #988DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.54%

 BLUE value IS 219 (85.94% from 255) = 42.77%

R = 29.69%
G = 27.54%
B = 42.77%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#988DDB (or 0x988DDB) is known color: Blue Bell. HEX triplet: 98, 8D and DB. RGB value is (152,141,219). Sum of RGB (Red+Green+Blue) = 152+141+219=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #988DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988DDB is #677224. Grayscale: #989898. Windows color (decimal): -6779429 or 14388632. OLE color: 14388632.

HSL color Cylindrical-coordinate representation of color #988DDB: hue angle of 248.46º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #988DDB is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 141 219 -
CMYK 0.31 0.36 0 0.14
HSL 248.46º 0.52% 0.71% -
HSV(B) 248.46º 0.36% 0.86% -
XYZ 35.26 30.84 71.11 -
YUV 153.18 165.14 127.16 -
System Red Green Blue C M Y K H S L
Decimal 152 141 219 0.31 0.36 0 0.14 248.46 0.52 0.71
Hex 98 8D DB 1F 24 0 E F8 34 47
Octal 230 215 333 37 44 0 16 370 64 107
Binary 10011000 10001101 11011011 11111 100100 0 1110 11111000 110100 1000111

Color Harmonies of #988DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988DDB

Black with #988DDB

Text Example


Text Example

White with #988DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,141,219); }

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

background-color css

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

 a { background-color: rgb(152,141,219); }

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

border-color css

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

 span { border-color: rgb(152,141,219); }

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