Html Css Color HEX #9C99D9 Blue Bell

📋 copy color: '#9C99D9'

red 156 ◦ green 153 ◦ blue 217

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

Shades of Blue Bell #9C99D9

Tints of Blue Bell #9C99D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.25%

R = 29.66%
G = 29.09%
B = 41.25%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9C99D9 (or 0x9C99D9) is known color: Blue Bell. HEX triplet: 9C, 99 and D9. RGB value is (156,153,217). Sum of RGB (Red+Green+Blue) = 156+153+217=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 217 - color contains mainly: blue. Hex color #9C99D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C99D9 is #636626. Grayscale: #A0A0A0. Windows color (decimal): -6514215 or 14260636. OLE color: 14260636.

HSL color Cylindrical-coordinate representation of color #9C99D9: hue angle of 242.81º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C99D9 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 153 217 -
CMYK 0.28 0.29 0 0.15
HSL 242.81º 0.46% 0.73% -
HSV(B) 242.81º 0.29% 0.85% -
XYZ 37.63 34.86 70.39 -
YUV 161.19 159.49 124.3 -
System Red Green Blue C M Y K H S L
Decimal 156 153 217 0.28 0.29 0 0.15 242.81 0.46 0.73
Hex 9C 99 D9 1C 1D 0 F F3 2E 49
Octal 234 231 331 34 35 0 17 363 56 111
Binary 10011100 10011001 11011001 11100 11101 0 1111 11110011 101110 1001001

Color Harmonies of #9C99D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C99D9

Black with #9C99D9

Text Example


Text Example

White with #9C99D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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