Html Css Color HEX #998DD5 Blue Bell

📋 copy color: '#998DD5'

red 153 ◦ green 141 ◦ blue 213

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

Shades of Blue Bell #998DD5

Tints of Blue Bell #998DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.01%

R = 30.18%
G = 27.81%
B = 42.01%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#998DD5 (or 0x998DD5) is known color: Blue Bell. HEX triplet: 99, 8D and D5. RGB value is (153,141,213). Sum of RGB (Red+Green+Blue) = 153+141+213=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 213 - color contains mainly: blue. Hex color #998DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DD5 is #66722A. Grayscale: #989898. Windows color (decimal): -6713899 or 13995417. OLE color: 13995417.

HSL color Cylindrical-coordinate representation of color #998DD5: hue angle of 250º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #998DD5 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 141 213 -
CMYK 0.28 0.34 0 0.16
HSL 250º 0.46% 0.69% -
HSV(B) 250º 0.34% 0.84% -
XYZ 34.67 30.63 67.03 -
YUV 152.8 161.98 128.15 -
System Red Green Blue C M Y K H S L
Decimal 153 141 213 0.28 0.34 0 0.16 250 0.46 0.69
Hex 99 8D D5 1C 22 0 10 FA 2E 45
Octal 231 215 325 34 42 0 20 372 56 105
Binary 10011001 10001101 11010101 11100 100010 0 10000 11111010 101110 1000101

Color Harmonies of #998DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998DD5

Black with #998DD5

Text Example


Text Example

White with #998DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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