Html Css Color HEX #998CDC Blue Bell

📋 copy color: '#998CDC'

red 153 ◦ green 140 ◦ blue 220

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

Shades of Blue Bell #998CDC

Tints of Blue Bell #998CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.29%

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 29.82%
G = 27.29%
B = 42.88%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#998CDC (or 0x998CDC) is known color: Blue Bell. HEX triplet: 99, 8C and DC. RGB value is (153,140,220). Sum of RGB (Red+Green+Blue) = 153+140+220=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #998CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998CDC is #667323. Grayscale: #989898. Windows color (decimal): -6714148 or 14453913. OLE color: 14453913.

HSL color Cylindrical-coordinate representation of color #998CDC: hue angle of 249.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #998CDC is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 140 220 -
CMYK 0.30 0.36 0 0.14
HSL 249.75º 0.53% 0.71% -
HSV(B) 249.75º 0.36% 0.86% -
XYZ 35.43 30.7 71.77 -
YUV 153.01 165.81 128 -
System Red Green Blue C M Y K H S L
Decimal 153 140 220 0.30 0.36 0 0.14 249.75 0.53 0.71
Hex 99 8C DC 1E 24 0 E FA 35 47
Octal 231 214 334 36 44 0 16 372 65 107
Binary 10011001 10001100 11011100 11110 100100 0 1110 11111010 110101 1000111

Color Harmonies of #998CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998CDC

Black with #998CDC

Text Example


Text Example

White with #998CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,140,220); }

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

background-color css

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

 a { background-color: rgb(153,140,220); }

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

border-color css

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

 span { border-color: rgb(153,140,220); }

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