Html Css Color HEX #998BD7 Blue Bell

📋 copy color: '#998BD7'

red 153 ◦ green 139 ◦ blue 215

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

Shades of Blue Bell #998BD7

Tints of Blue Bell #998BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.41%

R = 30.18%
G = 27.42%
B = 42.41%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#998BD7 (or 0x998BD7) is known color: Blue Bell. HEX triplet: 99, 8B and D7. RGB value is (153,139,215). Sum of RGB (Red+Green+Blue) = 153+139+215=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 215 - color contains mainly: blue. Hex color #998BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998BD7 is #667428. Grayscale: #979797. Windows color (decimal): -6714409 or 14125977. OLE color: 14125977.

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

Color convert

RGB 153 139 215 -
CMYK 0.29 0.35 0 0.16
HSL 251.05º 0.49% 0.69% -
HSV(B) 251.05º 0.35% 0.84% -
XYZ 34.64 30.14 68.28 -
YUV 151.85 163.64 128.82 -
System Red Green Blue C M Y K H S L
Decimal 153 139 215 0.29 0.35 0 0.16 251.05 0.49 0.69
Hex 99 8B D7 1D 23 0 10 FB 31 45
Octal 231 213 327 35 43 0 20 373 61 105
Binary 10011001 10001011 11010111 11101 100011 0 10000 11111011 110001 1000101

Color Harmonies of #998BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998BD7

Black with #998BD7

Text Example


Text Example

White with #998BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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