Html Css Color HEX #998DDB Blue Bell

📋 copy color: '#998DDB'

red 153 ◦ green 141 ◦ blue 219

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

Shades of Blue Bell #998DDB

Tints of Blue Bell #998DDB

RGB

 RED value IS 153 (60.16% from 255) = 29.82%

 GREEN value IS 141 (55.47% from 255) = 27.49%

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

R = 29.82%
G = 27.49%
B = 42.69%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#998DDB (or 0x998DDB) is known color: Blue Bell. HEX triplet: 99, 8D and DB. RGB value is (153,141,219). Sum of RGB (Red+Green+Blue) = 153+141+219=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #998DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DDB is #667224. Grayscale: #999999. Windows color (decimal): -6713893 or 14388633. OLE color: 14388633.

HSL color Cylindrical-coordinate representation of color #998DDB: hue angle of 249.23º degrees, saturation: 0.52, 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 #998DDB is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 141 219 -
CMYK 0.30 0.36 0 0.14
HSL 249.23º 0.52% 0.71% -
HSV(B) 249.23º 0.36% 0.86% -
XYZ 35.45 30.94 71.12 -
YUV 153.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 153 141 219 0.30 0.36 0 0.14 249.23 0.52 0.71
Hex 99 8D DB 1E 24 0 E F9 34 47
Octal 231 215 333 36 44 0 16 371 64 107
Binary 10011001 10001101 11011011 11110 100100 0 1110 11111001 110100 1000111

Color Harmonies of #998DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998DDB

Black with #998DDB

Text Example


Text Example

White with #998DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998DDB; }

 p { color: rgb(153,141,219); }

 H1.HeaderClassName
 {
   color: #998DDB;
 }
 .AnyTagClassName
 {
   color: #998DDB;
 }
</style>

background-color css

<style>
 a { background-color: #998DDB; }

 a { background-color: rgb(153,141,219); }

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

border-color css

<style>
 span { border-color: #998DDB; }

 span { border-color: rgb(153,141,219); }

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