Html Css Color HEX #998EEB Blue Bell

📋 copy color: '#998EEB'

red 153 ◦ green 142 ◦ blue 235

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

Shades of Blue Bell #998EEB

Tints of Blue Bell #998EEB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.79%

 BLUE value IS 235 (92.19% from 255) = 44.34%

R = 28.87%
G = 26.79%
B = 44.34%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#998EEB (or 0x998EEB) is known color: Blue Bell. HEX triplet: 99, 8E and EB. RGB value is (153,142,235). Sum of RGB (Red+Green+Blue) = 153+142+235=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #998EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998EEB is #667114. Grayscale: #9B9B9B. Windows color (decimal): -6713621 or 15437465. OLE color: 15437465.

HSL color Cylindrical-coordinate representation of color #998EEB: hue angle of 247.1º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #998EEB is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 142 235 -
CMYK 0.35 0.40 0 0.08
HSL 247.1º 0.7% 0.74% -
HSV(B) 247.1º 0.4% 0.92% -
XYZ 37.81 32.12 82.8 -
YUV 155.89 172.64 125.94 -
System Red Green Blue C M Y K H S L
Decimal 153 142 235 0.35 0.40 0 0.08 247.1 0.7 0.74
Hex 99 8E EB 23 28 0 8 F7 46 4A
Octal 231 216 353 43 50 0 10 367 106 112
Binary 10011001 10001110 11101011 100011 101000 0 1000 11110111 1000110 1001010

Color Harmonies of #998EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998EEB

Black with #998EEB

Text Example


Text Example

White with #998EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,142,235); }

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

background-color css

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

 a { background-color: rgb(153,142,235); }

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

border-color css

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

 span { border-color: rgb(153,142,235); }

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