Html Css Color HEX #998ADD Blue Bell

📋 copy color: '#998ADD'

red 153 ◦ green 138 ◦ blue 221

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

Shades of Blue Bell #998ADD

Tints of Blue Bell #998ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 29.88%
G = 26.95%
B = 43.16%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#998ADD (or 0x998ADD) is known color: Blue Bell. HEX triplet: 99, 8A and DD. RGB value is (153,138,221). Sum of RGB (Red+Green+Blue) = 153+138+221=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #998ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998ADD is #667522. Grayscale: #979797. Windows color (decimal): -6714659 or 14518937. OLE color: 14518937.

HSL color Cylindrical-coordinate representation of color #998ADD: hue angle of 250.84º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #998ADD is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 138 221 -
CMYK 0.31 0.38 0 0.13
HSL 250.84º 0.55% 0.7% -
HSV(B) 250.84º 0.38% 0.87% -
XYZ 35.28 30.17 72.37 -
YUV 151.95 166.97 128.75 -
System Red Green Blue C M Y K H S L
Decimal 153 138 221 0.31 0.38 0 0.13 250.84 0.55 0.7
Hex 99 8A DD 1F 26 0 D FB 37 46
Octal 231 212 335 37 46 0 15 373 67 106
Binary 10011001 10001010 11011101 11111 100110 0 1101 11111011 110111 1000110

Color Harmonies of #998ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998ADD

Black with #998ADD

Text Example


Text Example

White with #998ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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