Html Css Color HEX #988CDD Blue Bell

📋 copy color: '#988CDD'

red 152 ◦ green 140 ◦ blue 221

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

Shades of Blue Bell #988CDD

Tints of Blue Bell #988CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.29%

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

R = 29.63%
G = 27.29%
B = 43.08%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#988CDD (or 0x988CDD) is known color: Blue Bell. HEX triplet: 98, 8C and DD. RGB value is (152,140,221). Sum of RGB (Red+Green+Blue) = 152+140+221=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #988CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CDD is #677322. Grayscale: #989898. Windows color (decimal): -6779683 or 14519448. OLE color: 14519448.

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

Color convert

RGB 152 140 221 -
CMYK 0.31 0.37 0 0.13
HSL 248.89º 0.54% 0.71% -
HSV(B) 248.89º 0.37% 0.87% -
XYZ 35.38 30.65 72.46 -
YUV 152.82 166.48 127.41 -
System Red Green Blue C M Y K H S L
Decimal 152 140 221 0.31 0.37 0 0.13 248.89 0.54 0.71
Hex 98 8C DD 1F 25 0 D F9 36 47
Octal 230 214 335 37 45 0 15 371 66 107
Binary 10011000 10001100 11011101 11111 100101 0 1101 11111001 110110 1000111

Color Harmonies of #988CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988CDD

Black with #988CDD

Text Example


Text Example

White with #988CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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