#9998D3

Color #9998D3 Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #9998D3

Tints of Blue Bell #9998D3

Color information

#9998D3 (or 0x9998D3) is unknown color: approx Blue Bell. HEX triplet: 99, 98 and D3. RGB value is (153,152,211). Sum of RGB (Red+Green+Blue) = 153+152+211=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 211 (82.81% from 255 or 40.89% from 516); Max value from RGB is 211 - color contains mainly: blue. Hex color #9998D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9998D3 is #66672C. Grayscale: #9E9E9E. Windows color (decimal): -6711085 or 13867161. OLE color: 13867161.

HSL color Cylindrical-coordinate representation of color #9998D3: hue angle of 241.02º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9998D3 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB153152211-
CMYK0.270.2800.17
HSL241.02º40.14%71.18%-
HSV(B)241.02º27.96%82.75%-
XYZ36.1233.9366.27-
YUV159.02157.33123.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.65%
GREEN value IS 152 (59.77% from 255) = 29.46%
BLUE value IS 211 (82.81% from 255) = 40.89%
R=29.65%
G=29.46%
B=40.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1531522110.270.2800.17241.0240.1471.18
Hex9998D31B1C011f12847
Octal231230323333402136150107
Binary1001100110011000110100111101111100010001111100011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9998D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9998D3;
 }
 .AnyTagClassName
 {
   color: #9998D3;
 }
</style>
background-color css

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

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

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

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

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

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