Html Css Color HEX #988DDC Blue Bell

📋 copy color: '#988DDC'

red 152 ◦ green 141 ◦ blue 220

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

Shades of Blue Bell #988DDC

Tints of Blue Bell #988DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 29.63%
G = 27.49%
B = 42.88%

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

#988DDC (or 0x988DDC) is known color: Blue Bell. HEX triplet: 98, 8D and DC. RGB value is (152,141,220). Sum of RGB (Red+Green+Blue) = 152+141+220=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #988DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988DDC is #677223. Grayscale: #989898. Windows color (decimal): -6779428 or 14454168. OLE color: 14454168.

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

Color convert

RGB 152 141 220 -
CMYK 0.31 0.36 0 0.14
HSL 248.35º 0.53% 0.71% -
HSV(B) 248.35º 0.36% 0.86% -
XYZ 35.39 30.89 71.81 -
YUV 153.3 165.64 127.08 -
System Red Green Blue C M Y K H S L
Decimal 152 141 220 0.31 0.36 0 0.14 248.35 0.53 0.71
Hex 98 8D DC 1F 24 0 E F8 35 47
Octal 230 215 334 37 44 0 16 370 65 107
Binary 10011000 10001101 11011100 11111 100100 0 1110 11111000 110101 1000111

Color Harmonies of #988DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988DDC

Black with #988DDC

Text Example


Text Example

White with #988DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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