Html Css Color HEX #988CDE Blue Bell

📋 copy color: '#988CDE'

red 152 ◦ green 140 ◦ blue 222

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

Shades of Blue Bell #988CDE

Tints of Blue Bell #988CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.19%

R = 29.57%
G = 27.24%
B = 43.19%

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

#988CDE (or 0x988CDE) is known color: Blue Bell. HEX triplet: 98, 8C and DE. RGB value is (152,140,222). Sum of RGB (Red+Green+Blue) = 152+140+222=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #988CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CDE is #677321. Grayscale: #989898. Windows color (decimal): -6779682 or 14584984. OLE color: 14584984.

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

Color convert

RGB 152 140 222 -
CMYK 0.32 0.37 0 0.13
HSL 248.78º 0.55% 0.71% -
HSV(B) 248.78º 0.37% 0.87% -
XYZ 35.51 30.71 73.16 -
YUV 152.94 166.98 127.33 -
System Red Green Blue C M Y K H S L
Decimal 152 140 222 0.32 0.37 0 0.13 248.78 0.55 0.71
Hex 98 8C DE 20 25 0 D F9 37 47
Octal 230 214 336 40 45 0 15 371 67 107
Binary 10011000 10001100 11011110 100000 100101 0 1101 11111001 110111 1000111

Color Harmonies of #988CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988CDE

Black with #988CDE

Text Example


Text Example

White with #988CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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