Html Css Color HEX #988ADB Blue Bell

📋 copy color: '#988ADB'

red 152 ◦ green 138 ◦ blue 219

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

Shades of Blue Bell #988ADB

Tints of Blue Bell #988ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.11%

 BLUE value IS 219 (85.94% from 255) = 43.03%

R = 29.86%
G = 27.11%
B = 43.03%

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

#988ADB (or 0x988ADB) is known color: Blue Bell. HEX triplet: 98, 8A and DB. RGB value is (152,138,219). Sum of RGB (Red+Green+Blue) = 152+138+219=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #988ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988ADB is #677524. Grayscale: #979797. Windows color (decimal): -6780197 or 14387864. OLE color: 14387864.

HSL color Cylindrical-coordinate representation of color #988ADB: hue angle of 250.37º degrees, saturation: 0.53, 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 #988ADB is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 138 219 -
CMYK 0.31 0.37 0 0.14
HSL 250.37º 0.53% 0.7% -
HSV(B) 250.37º 0.37% 0.86% -
XYZ 34.82 29.97 70.97 -
YUV 151.42 166.14 128.41 -
System Red Green Blue C M Y K H S L
Decimal 152 138 219 0.31 0.37 0 0.14 250.37 0.53 0.7
Hex 98 8A DB 1F 25 0 E FA 35 46
Octal 230 212 333 37 45 0 16 372 65 106
Binary 10011000 10001010 11011011 11111 100101 0 1110 11111010 110101 1000110

Color Harmonies of #988ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988ADB

Black with #988ADB

Text Example


Text Example

White with #988ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,138,219); }

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

background-color css

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

 a { background-color: rgb(152,138,219); }

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

border-color css

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

 span { border-color: rgb(152,138,219); }

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