Html Css Color HEX #988FDC Blue Bell

📋 copy color: '#988FDC'

red 152 ◦ green 143 ◦ blue 220

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

Shades of Blue Bell #988FDC

Tints of Blue Bell #988FDC

RGB

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

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

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

R = 29.51%
G = 27.77%
B = 42.72%

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

#988FDC (or 0x988FDC) is known color: Blue Bell. HEX triplet: 98, 8F and DC. RGB value is (152,143,220). Sum of RGB (Red+Green+Blue) = 152+143+220=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #988FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FDC is #677023. Grayscale: #9A9A9A. Windows color (decimal): -6778916 or 14454680. OLE color: 14454680.

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

Color convert

RGB 152 143 220 -
CMYK 0.31 0.35 0 0.14
HSL 247.01º 0.52% 0.71% -
HSV(B) 247.01º 0.35% 0.86% -
XYZ 35.69 31.49 71.91 -
YUV 154.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 152 143 220 0.31 0.35 0 0.14 247.01 0.52 0.71
Hex 98 8F DC 1F 23 0 E F7 34 47
Octal 230 217 334 37 43 0 16 367 64 107
Binary 10011000 10001111 11011100 11111 100011 0 1110 11110111 110100 1000111

Color Harmonies of #988FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988FDC

Black with #988FDC

Text Example


Text Example

White with #988FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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