Html Css Color HEX #9C9BDD Blue Bell

📋 copy color: '#9C9BDD'

red 156 ◦ green 155 ◦ blue 221

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

Shades of Blue Bell #9C9BDD

Tints of Blue Bell #9C9BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.14%

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

R = 29.32%
G = 29.14%
B = 41.54%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C9BDD (or 0x9C9BDD) is known color: Blue Bell. HEX triplet: 9C, 9B and DD. RGB value is (156,155,221). Sum of RGB (Red+Green+Blue) = 156+155+221=532 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.32% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C9BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9BDD is #636422. Grayscale: #A2A2A2. Windows color (decimal): -6513699 or 14523292. OLE color: 14523292.

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

Color convert

RGB 156 155 221 -
CMYK 0.29 0.30 0 0.13
HSL 240.91º 0.49% 0.74% -
HSV(B) 240.91º 0.3% 0.87% -
XYZ 38.48 35.73 73.28 -
YUV 162.82 160.83 123.13 -
System Red Green Blue C M Y K H S L
Decimal 156 155 221 0.29 0.30 0 0.13 240.91 0.49 0.74
Hex 9C 9B DD 1D 1E 0 D F1 31 4A
Octal 234 233 335 35 36 0 15 361 61 112
Binary 10011100 10011011 11011101 11101 11110 0 1101 11110001 110001 1001010

Color Harmonies of #9C9BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9BDD

Black with #9C9BDD

Text Example


Text Example

White with #9C9BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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