Html Css Color HEX #998BDD Blue Bell

📋 copy color: '#998BDD'

red 153 ◦ green 139 ◦ blue 221

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

Shades of Blue Bell #998BDD

Tints of Blue Bell #998BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.1%

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

R = 29.82%
G = 27.1%
B = 43.08%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#998BDD (or 0x998BDD) is known color: Blue Bell. HEX triplet: 99, 8B and DD. RGB value is (153,139,221). Sum of RGB (Red+Green+Blue) = 153+139+221=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #998BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998BDD is #667422. Grayscale: #989898. Windows color (decimal): -6714403 or 14519193. OLE color: 14519193.

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

Color convert

RGB 153 139 221 -
CMYK 0.31 0.37 0 0.13
HSL 250.24º 0.55% 0.71% -
HSV(B) 250.24º 0.37% 0.87% -
XYZ 35.42 30.46 72.42 -
YUV 152.53 166.64 128.33 -
System Red Green Blue C M Y K H S L
Decimal 153 139 221 0.31 0.37 0 0.13 250.24 0.55 0.71
Hex 99 8B DD 1F 25 0 D FA 37 47
Octal 231 213 335 37 45 0 15 372 67 107
Binary 10011001 10001011 11011101 11111 100101 0 1101 11111010 110111 1000111

Color Harmonies of #998BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998BDD

Black with #998BDD

Text Example


Text Example

White with #998BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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