Html Css Color HEX #998FDB Blue Bell

📋 copy color: '#998FDB'

red 153 ◦ green 143 ◦ blue 219

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

Shades of Blue Bell #998FDB

Tints of Blue Bell #998FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.77%

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

R = 29.71%
G = 27.77%
B = 42.52%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#998FDB (or 0x998FDB) is known color: Blue Bell. HEX triplet: 99, 8F and DB. RGB value is (153,143,219). Sum of RGB (Red+Green+Blue) = 153+143+219=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #998FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FDB is #667024. Grayscale: #9A9A9A. Windows color (decimal): -6713381 or 14389145. OLE color: 14389145.

HSL color Cylindrical-coordinate representation of color #998FDB: hue angle of 247.89º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #998FDB is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 143 219 -
CMYK 0.30 0.35 0 0.14
HSL 247.89º 0.51% 0.71% -
HSV(B) 247.89º 0.35% 0.86% -
XYZ 35.75 31.53 71.22 -
YUV 154.65 164.31 126.82 -
System Red Green Blue C M Y K H S L
Decimal 153 143 219 0.30 0.35 0 0.14 247.89 0.51 0.71
Hex 99 8F DB 1E 23 0 E F8 33 47
Octal 231 217 333 36 43 0 16 370 63 107
Binary 10011001 10001111 11011011 11110 100011 0 1110 11111000 110011 1000111

Color Harmonies of #998FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998FDB

Black with #998FDB

Text Example


Text Example

White with #998FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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