Html Css Color HEX #9998DF Blue Bell

📋 copy color: '#9998DF'

red 153 ◦ green 152 ◦ blue 223

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

Shades of Blue Bell #9998DF

Tints of Blue Bell #9998DF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.79%

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 28.98%
G = 28.79%
B = 42.23%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9998DF (or 0x9998DF) is known color: Blue Bell. HEX triplet: 99, 98 and DF. RGB value is (153,152,223). Sum of RGB (Red+Green+Blue) = 153+152+223=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #9998DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9998DF is #666720. Grayscale: #A0A0A0. Windows color (decimal): -6711073 or 14653593. OLE color: 14653593.

HSL color Cylindrical-coordinate representation of color #9998DF: hue angle of 240.85º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9998DF is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 152 223 -
CMYK 0.31 0.32 0 0.13
HSL 240.85º 0.53% 0.74% -
HSV(B) 240.85º 0.32% 0.87% -
XYZ 37.68 34.56 74.5 -
YUV 160.39 163.33 122.73 -
System Red Green Blue C M Y K H S L
Decimal 153 152 223 0.31 0.32 0 0.13 240.85 0.53 0.74
Hex 99 98 DF 1F 20 0 D F1 35 4A
Octal 231 230 337 37 40 0 15 361 65 112
Binary 10011001 10011000 11011111 11111 100000 0 1101 11110001 110101 1001010

Color Harmonies of #9998DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9998DF

Black with #9998DF

Text Example


Text Example

White with #9998DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9998DF; }

 p { color: rgb(153,152,223); }

 H1.HeaderClassName
 {
   color: #9998DF;
 }
 .AnyTagClassName
 {
   color: #9998DF;
 }
</style>

background-color css

<style>
 a { background-color: #9998DF; }

 a { background-color: rgb(153,152,223); }

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

border-color css

<style>
 span { border-color: #9998DF; }

 span { border-color: rgb(153,152,223); }

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