Html Css Color HEX #988EDB Blue Bell

📋 copy color: '#988EDB'

red 152 ◦ green 142 ◦ blue 219

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

Shades of Blue Bell #988EDB

Tints of Blue Bell #988EDB

RGB

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

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

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

R = 29.63%
G = 27.68%
B = 42.69%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#988EDB (or 0x988EDB) is known color: Blue Bell. HEX triplet: 98, 8E and DB. RGB value is (152,142,219). Sum of RGB (Red+Green+Blue) = 152+142+219=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #988EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988EDB is #677124. Grayscale: #999999. Windows color (decimal): -6779173 or 14388888. OLE color: 14388888.

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

Color convert

RGB 152 142 219 -
CMYK 0.31 0.35 0 0.14
HSL 247.79º 0.52% 0.71% -
HSV(B) 247.79º 0.35% 0.86% -
XYZ 35.41 31.14 71.16 -
YUV 153.77 164.81 126.74 -
System Red Green Blue C M Y K H S L
Decimal 152 142 219 0.31 0.35 0 0.14 247.79 0.52 0.71
Hex 98 8E DB 1F 23 0 E F8 34 47
Octal 230 216 333 37 43 0 16 370 64 107
Binary 10011000 10001110 11011011 11111 100011 0 1110 11111000 110100 1000111

Color Harmonies of #988EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988EDB

Black with #988EDB

Text Example


Text Example

White with #988EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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