Html Css Color HEX #998DED Blue Bell

📋 copy color: '#998DED'

red 153 ◦ green 141 ◦ blue 237

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

Shades of Blue Bell #998DED

Tints of Blue Bell #998DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.63%

R = 28.81%
G = 26.55%
B = 44.63%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#998DED (or 0x998DED) is known color: Blue Bell. HEX triplet: 99, 8D and ED. RGB value is (153,141,237). Sum of RGB (Red+Green+Blue) = 153+141+237=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #998DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998DED is #667212. Grayscale: #9B9B9B. Windows color (decimal): -6713875 or 15568281. OLE color: 15568281.

HSL color Cylindrical-coordinate representation of color #998DED: hue angle of 247.5º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #998DED is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 141 237 -
CMYK 0.35 0.41 0 0.07
HSL 247.5º 0.73% 0.74% -
HSV(B) 247.5º 0.41% 0.93% -
XYZ 37.95 31.94 84.29 -
YUV 155.53 173.98 126.19 -
System Red Green Blue C M Y K H S L
Decimal 153 141 237 0.35 0.41 0 0.07 247.5 0.73 0.74
Hex 99 8D ED 23 29 0 7 F8 49 4A
Octal 231 215 355 43 51 0 7 370 111 112
Binary 10011001 10001101 11101101 100011 101001 0 111 11111000 1001001 1001010

Color Harmonies of #998DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998DED

Black with #998DED

Text Example


Text Example

White with #998DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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