Html Css Color HEX #9C9ADC Blue Bell

📋 copy color: '#9C9ADC'

red 156 ◦ green 154 ◦ blue 220

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

Shades of Blue Bell #9C9ADC

Tints of Blue Bell #9C9ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.06%

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

R = 29.43%
G = 29.06%
B = 41.51%

CMYK

 C value IS 0.29

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C9ADC (or 0x9C9ADC) is known color: Blue Bell. HEX triplet: 9C, 9A and DC. RGB value is (156,154,220). Sum of RGB (Red+Green+Blue) = 156+154+220=530 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.43% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C9ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9ADC is #636523. Grayscale: #A1A1A1. Windows color (decimal): -6513956 or 14457500. OLE color: 14457500.

HSL color Cylindrical-coordinate representation of color #9C9ADC: hue angle of 241.82º 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 #9C9ADC is Cyan = 0.29, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 154 220 -
CMYK 0.29 0.3 0 0.14
HSL 241.82º 0.49% 0.73% -
HSV(B) 241.82º 0.3% 0.86% -
XYZ 38.18 35.35 72.52 -
YUV 162.12 160.66 123.63 -
System Red Green Blue C M Y K H S L
Decimal 156 154 220 0.29 0.3 0 0.14 241.82 0.49 0.73
Hex 9C 9A DC 1D 1E 0 E F2 31 49
Octal 234 232 334 35 36 0 16 362 61 111
Binary 10011100 10011010 11011100 11101 11110 0 1110 11110010 110001 1001001

Color Harmonies of #9C9ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9ADC

Black with #9C9ADC

Text Example


Text Example

White with #9C9ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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