Html Css Color HEX #9D9CDB Blue Bell

📋 copy color: '#9D9CDB'

red 157 ◦ green 156 ◦ blue 219

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

Shades of Blue Bell #9D9CDB

Tints of Blue Bell #9D9CDB

RGB

 RED value IS 157 (61.72% from 255) = 29.51%

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

 BLUE value IS 219 (85.94% from 255) = 41.17%

R = 29.51%
G = 29.32%
B = 41.17%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D9CDB (or 0x9D9CDB) is known color: Blue Bell. HEX triplet: 9D, 9C and DB. RGB value is (157,156,219). Sum of RGB (Red+Green+Blue) = 157+156+219=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D9CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9CDB is #626324. Grayscale: #A3A3A3. Windows color (decimal): -6447909 or 14392477. OLE color: 14392477.

HSL color Cylindrical-coordinate representation of color #9D9CDB: hue angle of 240.95º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D9CDB is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 156 219 -
CMYK 0.28 0.29 0 0.14
HSL 240.95º 0.47% 0.74% -
HSV(B) 240.95º 0.29% 0.86% -
XYZ 38.58 36.06 71.94 -
YUV 163.48 159.33 123.38 -
System Red Green Blue C M Y K H S L
Decimal 157 156 219 0.28 0.29 0 0.14 240.95 0.47 0.74
Hex 9D 9C DB 1C 1D 0 E F1 2F 4A
Octal 235 234 333 34 35 0 16 361 57 112
Binary 10011101 10011100 11011011 11100 11101 0 1110 11110001 101111 1001010

Color Harmonies of #9D9CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9CDB

Black with #9D9CDB

Text Example


Text Example

White with #9D9CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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