Html Css Color HEX #9C99DC Blue Bell

📋 copy color: '#9C99DC'

red 156 ◦ green 153 ◦ blue 220

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

Shades of Blue Bell #9C99DC

Tints of Blue Bell #9C99DC

RGB

 RED value IS 156 (61.33% from 255) = 29.49%

 GREEN value IS 153 (60.16% from 255) = 28.92%

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

R = 29.49%
G = 28.92%
B = 41.59%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C99DC (or 0x9C99DC) is known color: Blue Bell. HEX triplet: 9C, 99 and DC. RGB value is (156,153,220). Sum of RGB (Red+Green+Blue) = 156+153+220=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C99DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C99DC is #636623. Grayscale: #A1A1A1. Windows color (decimal): -6514212 or 14457244. OLE color: 14457244.

HSL color Cylindrical-coordinate representation of color #9C99DC: hue angle of 242.69º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C99DC is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 153 220 -
CMYK 0.29 0.30 0 0.14
HSL 242.69º 0.49% 0.73% -
HSV(B) 242.69º 0.3% 0.86% -
XYZ 38.02 35.02 72.47 -
YUV 161.54 160.99 124.05 -
System Red Green Blue C M Y K H S L
Decimal 156 153 220 0.29 0.30 0 0.14 242.69 0.49 0.73
Hex 9C 99 DC 1D 1E 0 E F3 31 49
Octal 234 231 334 35 36 0 16 363 61 111
Binary 10011100 10011001 11011100 11101 11110 0 1110 11110011 110001 1001001

Color Harmonies of #9C99DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C99DC

Black with #9C99DC

Text Example


Text Example

White with #9C99DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C99DC; }

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

 H1.HeaderClassName
 {
   color: #9C99DC;
 }
 .AnyTagClassName
 {
   color: #9C99DC;
 }
</style>

background-color css

<style>
 a { background-color: #9C99DC; }

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

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

border-color css

<style>
 span { border-color: #9C99DC; }

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

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