Html Css Color HEX #998ADB Blue Bell

📋 copy color: '#998ADB'

red 153 ◦ green 138 ◦ blue 219

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

Shades of Blue Bell #998ADB

Tints of Blue Bell #998ADB

RGB

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

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

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

R = 30%
G = 27.06%
B = 42.94%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#998ADB (or 0x998ADB) is known color: Blue Bell. HEX triplet: 99, 8A and DB. RGB value is (153,138,219). Sum of RGB (Red+Green+Blue) = 153+138+219=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #998ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998ADB is #667524. Grayscale: #979797. Windows color (decimal): -6714661 or 14387865. OLE color: 14387865.

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

Color convert

RGB 153 138 219 -
CMYK 0.30 0.37 0 0.14
HSL 251.11º 0.53% 0.7% -
HSV(B) 251.11º 0.37% 0.86% -
XYZ 35.01 30.06 70.98 -
YUV 151.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 153 138 219 0.30 0.37 0 0.14 251.11 0.53 0.7
Hex 99 8A DB 1E 25 0 E FB 35 46
Octal 231 212 333 36 45 0 16 373 65 106
Binary 10011001 10001010 11011011 11110 100101 0 1110 11111011 110101 1000110

Color Harmonies of #998ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998ADB

Black with #998ADB

Text Example


Text Example

White with #998ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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