Html Css Color HEX #988BDC Blue Bell

📋 copy color: '#988BDC'

red 152 ◦ green 139 ◦ blue 220

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

Shades of Blue Bell #988BDC

Tints of Blue Bell #988BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.2%

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

R = 29.75%
G = 27.2%
B = 43.05%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#988BDC (or 0x988BDC) is known color: Blue Bell. HEX triplet: 98, 8B and DC. RGB value is (152,139,220). Sum of RGB (Red+Green+Blue) = 152+139+220=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #988BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988BDC is #677423. Grayscale: #979797. Windows color (decimal): -6779940 or 14453656. OLE color: 14453656.

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

Color convert

RGB 152 139 220 -
CMYK 0.31 0.37 0 0.14
HSL 249.63º 0.54% 0.7% -
HSV(B) 249.63º 0.37% 0.86% -
XYZ 35.1 30.31 71.71 -
YUV 152.12 166.31 127.91 -
System Red Green Blue C M Y K H S L
Decimal 152 139 220 0.31 0.37 0 0.14 249.63 0.54 0.7
Hex 98 8B DC 1F 25 0 E FA 36 46
Octal 230 213 334 37 45 0 16 372 66 106
Binary 10011000 10001011 11011100 11111 100101 0 1110 11111010 110110 1000110

Color Harmonies of #988BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988BDC

Black with #988BDC

Text Example


Text Example

White with #988BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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