Html Css Color HEX #988CDF Blue Bell

📋 copy color: '#988CDF'

red 152 ◦ green 140 ◦ blue 223

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

Shades of Blue Bell #988CDF

Tints of Blue Bell #988CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.3%

R = 29.51%
G = 27.18%
B = 43.3%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#988CDF (or 0x988CDF) is known color: Blue Bell. HEX triplet: 98, 8C and DF. RGB value is (152,140,223). Sum of RGB (Red+Green+Blue) = 152+140+223=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #988CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CDF is #677320. Grayscale: #989898. Windows color (decimal): -6779681 or 14650520. OLE color: 14650520.

HSL color Cylindrical-coordinate representation of color #988CDF: hue angle of 248.67º degrees, saturation: 0.56, 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 #988CDF is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 140 223 -
CMYK 0.32 0.37 0 0.13
HSL 248.67º 0.56% 0.71% -
HSV(B) 248.67º 0.37% 0.87% -
XYZ 35.65 30.76 73.87 -
YUV 153.05 167.48 127.25 -
System Red Green Blue C M Y K H S L
Decimal 152 140 223 0.32 0.37 0 0.13 248.67 0.56 0.71
Hex 98 8C DF 20 25 0 D F9 38 47
Octal 230 214 337 40 45 0 15 371 70 107
Binary 10011000 10001100 11011111 100000 100101 0 1101 11111001 111000 1000111

Color Harmonies of #988CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988CDF

Black with #988CDF

Text Example


Text Example

White with #988CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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