Html Css Color HEX #998DE4 Blue Bell

📋 copy color: '#998DE4'

red 153 ◦ green 141 ◦ blue 228

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

Shades of Blue Bell #998DE4

Tints of Blue Bell #998DE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.68%

R = 29.31%
G = 27.01%
B = 43.68%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#998DE4 (or 0x998DE4) is known color: Blue Bell. HEX triplet: 99, 8D and E4. RGB value is (153,141,228). Sum of RGB (Red+Green+Blue) = 153+141+228=522 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.31% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 228 (89.45% from 255 or 43.68% from 522); Max value from RGB is 228 - color contains mainly: blue. Hex color #998DE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DE4 is #66721B. Grayscale: #9A9A9A. Windows color (decimal): -6713884 or 14978457. OLE color: 14978457.

HSL color Cylindrical-coordinate representation of color #998DE4: hue angle of 248.28º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #998DE4 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 153 141 228 -
CMYK 0.33 0.38 0 0.11
HSL 248.28º 0.62% 0.72% -
HSV(B) 248.28º 0.38% 0.89% -
XYZ 36.67 31.42 77.53 -
YUV 154.51 169.48 126.93 -
System Red Green Blue C M Y K H S L
Decimal 153 141 228 0.33 0.38 0 0.11 248.28 0.62 0.72
Hex 99 8D E4 21 26 0 B F8 3E 48
Octal 231 215 344 41 46 0 13 370 76 110
Binary 10011001 10001101 11100100 100001 100110 0 1011 11111000 111110 1001000

Color Harmonies of #998DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998DE4

Black with #998DE4

Text Example


Text Example

White with #998DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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