Html Css Color HEX #988FDD Blue Bell

📋 copy color: '#988FDD'

red 152 ◦ green 143 ◦ blue 221

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

Shades of Blue Bell #988FDD

Tints of Blue Bell #988FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.83%

R = 29.46%
G = 27.71%
B = 42.83%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#988FDD (or 0x988FDD) is known color: Blue Bell. HEX triplet: 98, 8F and DD. RGB value is (152,143,221). Sum of RGB (Red+Green+Blue) = 152+143+221=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #988FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FDD is #677022. Grayscale: #9A9A9A. Windows color (decimal): -6778915 or 14520216. OLE color: 14520216.

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

Color convert

RGB 152 143 221 -
CMYK 0.31 0.35 0 0.13
HSL 246.92º 0.53% 0.71% -
HSV(B) 246.92º 0.35% 0.87% -
XYZ 35.82 31.54 72.61 -
YUV 154.58 165.48 126.16 -
System Red Green Blue C M Y K H S L
Decimal 152 143 221 0.31 0.35 0 0.13 246.92 0.53 0.71
Hex 98 8F DD 1F 23 0 D F7 35 47
Octal 230 217 335 37 43 0 15 367 65 107
Binary 10011000 10001111 11011101 11111 100011 0 1101 11110111 110101 1000111

Color Harmonies of #988FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988FDD

Black with #988FDD

Text Example


Text Example

White with #988FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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