Html Css Color HEX #988CDC Blue Bell

📋 copy color: '#988CDC'

red 152 ◦ green 140 ◦ blue 220

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

Shades of Blue Bell #988CDC

Tints of Blue Bell #988CDC

RGB

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

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

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

R = 29.69%
G = 27.34%
B = 42.97%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#988CDC (or 0x988CDC) is known color: Blue Bell. HEX triplet: 98, 8C and DC. RGB value is (152,140,220). Sum of RGB (Red+Green+Blue) = 152+140+220=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #988CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CDC is #677323. Grayscale: #989898. Windows color (decimal): -6779684 or 14453912. OLE color: 14453912.

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

Color convert

RGB 152 140 220 -
CMYK 0.31 0.36 0 0.14
HSL 249º 0.53% 0.71% -
HSV(B) 249º 0.36% 0.86% -
XYZ 35.25 30.6 71.76 -
YUV 152.71 165.98 127.5 -
System Red Green Blue C M Y K H S L
Decimal 152 140 220 0.31 0.36 0 0.14 249 0.53 0.71
Hex 98 8C DC 1F 24 0 E F9 35 47
Octal 230 214 334 37 44 0 16 371 65 107
Binary 10011000 10001100 11011100 11111 100100 0 1110 11111001 110101 1000111

Color Harmonies of #988CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988CDC

Black with #988CDC

Text Example


Text Example

White with #988CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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