Html Css Color HEX #9C9DDD Blue Bell

📋 copy color: '#9C9DDD'

red 156 ◦ green 157 ◦ blue 221

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

Shades of Blue Bell #9C9DDD

Tints of Blue Bell #9C9DDD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.4%

 BLUE value IS 221 (86.72% from 255) = 41.39%

R = 29.21%
G = 29.4%
B = 41.39%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C9DDD (or 0x9C9DDD) is known color: Blue Bell. HEX triplet: 9C, 9D and DD. RGB value is (156,157,221). Sum of RGB (Red+Green+Blue) = 156+157+221=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C9DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9DDD is #636222. Grayscale: #A3A3A3. Windows color (decimal): -6513187 or 14523804. OLE color: 14523804.

HSL color Cylindrical-coordinate representation of color #9C9DDD: hue angle of 239.08º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C9DDD is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 157 221 -
CMYK 0.29 0.29 0 0.13
HSL 239.08º 0.49% 0.74% -
HSV(B) 239.08º 0.29% 0.87% -
XYZ 38.82 36.4 73.39 -
YUV 164 160.17 122.3 -
System Red Green Blue C M Y K H S L
Decimal 156 157 221 0.29 0.29 0 0.13 239.08 0.49 0.74
Hex 9C 9D DD 1D 1D 0 D EF 31 4A
Octal 234 235 335 35 35 0 15 357 61 112
Binary 10011100 10011101 11011101 11101 11101 0 1101 11101111 110001 1001010

Color Harmonies of #9C9DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9DDD

Black with #9C9DDD

Text Example


Text Example

White with #9C9DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,157,221); }

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

background-color css

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

 a { background-color: rgb(156,157,221); }

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

border-color css

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

 span { border-color: rgb(156,157,221); }

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