Html Css Color HEX #9C9DDF Blue Bell

📋 copy color: '#9C9DDF'

red 156 ◦ green 157 ◦ blue 223

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

Shades of Blue Bell #9C9DDF

Tints of Blue Bell #9C9DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.6%

R = 29.1%
G = 29.29%
B = 41.6%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C9DDF (or 0x9C9DDF) is known color: Blue Bell. HEX triplet: 9C, 9D and DF. RGB value is (156,157,223). Sum of RGB (Red+Green+Blue) = 156+157+223=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C9DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9DDF is #636220. Grayscale: #A3A3A3. Windows color (decimal): -6513185 or 14654876. OLE color: 14654876.

HSL color Cylindrical-coordinate representation of color #9C9DDF: hue angle of 239.1º degrees, saturation: 0.51, 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 #9C9DDF is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 157 223 -
CMYK 0.30 0.30 0 0.13
HSL 239.1º 0.51% 0.74% -
HSV(B) 239.1º 0.3% 0.87% -
XYZ 39.09 36.51 74.8 -
YUV 164.23 161.17 122.13 -
System Red Green Blue C M Y K H S L
Decimal 156 157 223 0.30 0.30 0 0.13 239.1 0.51 0.74
Hex 9C 9D DF 1E 1E 0 D EF 33 4A
Octal 234 235 337 36 36 0 15 357 63 112
Binary 10011100 10011101 11011111 11110 11110 0 1101 11101111 110011 1001010

Color Harmonies of #9C9DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9DDF

Black with #9C9DDF

Text Example


Text Example

White with #9C9DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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