Html Css Color HEX #988FDB Blue Bell

📋 copy color: '#988FDB'

red 152 ◦ green 143 ◦ blue 219

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

Shades of Blue Bell #988FDB

Tints of Blue Bell #988FDB

RGB

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

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

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

R = 29.57%
G = 27.82%
B = 42.61%

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

#988FDB (or 0x988FDB) is known color: Blue Bell. HEX triplet: 98, 8F and DB. RGB value is (152,143,219). Sum of RGB (Red+Green+Blue) = 152+143+219=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #988FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FDB is #677024. Grayscale: #9A9A9A. Windows color (decimal): -6778917 or 14389144. OLE color: 14389144.

HSL color Cylindrical-coordinate representation of color #988FDB: hue angle of 247.11º degrees, saturation: 0.51, 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 #988FDB is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 143 219 -
CMYK 0.31 0.35 0 0.14
HSL 247.11º 0.51% 0.71% -
HSV(B) 247.11º 0.35% 0.86% -
XYZ 35.56 31.43 71.21 -
YUV 154.36 164.48 126.32 -
System Red Green Blue C M Y K H S L
Decimal 152 143 219 0.31 0.35 0 0.14 247.11 0.51 0.71
Hex 98 8F DB 1F 23 0 E F7 33 47
Octal 230 217 333 37 43 0 16 367 63 107
Binary 10011000 10001111 11011011 11111 100011 0 1110 11110111 110011 1000111

Color Harmonies of #988FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988FDB

Black with #988FDB

Text Example


Text Example

White with #988FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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