Html Css Color HEX #9B9CDE Blue Bell

📋 copy color: '#9B9CDE'

red 155 ◦ green 156 ◦ blue 222

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

Shades of Blue Bell #9B9CDE

Tints of Blue Bell #9B9CDE

RGB

 RED value IS 155 (60.94% from 255) = 29.08%

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

 BLUE value IS 222 (87.11% from 255) = 41.65%

R = 29.08%
G = 29.27%
B = 41.65%

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

#9B9CDE (or 0x9B9CDE) is known color: Blue Bell. HEX triplet: 9B, 9C and DE. RGB value is (155,156,222). Sum of RGB (Red+Green+Blue) = 155+156+222=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B9CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9CDE is #646321. Grayscale: #A2A2A2. Windows color (decimal): -6578978 or 14589083. OLE color: 14589083.

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

Color convert

RGB 155 156 222 -
CMYK 0.30 0.30 0 0.13
HSL 239.1º 0.5% 0.74% -
HSV(B) 239.1º 0.3% 0.87% -
XYZ 38.59 36.02 74.03 -
YUV 163.23 161.17 122.13 -
System Red Green Blue C M Y K H S L
Decimal 155 156 222 0.30 0.30 0 0.13 239.1 0.5 0.74
Hex 9B 9C DE 1E 1E 0 D EF 32 4A
Octal 233 234 336 36 36 0 15 357 62 112
Binary 10011011 10011100 11011110 11110 11110 0 1101 11101111 110010 1001010

Color Harmonies of #9B9CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9CDE

Black with #9B9CDE

Text Example


Text Example

White with #9B9CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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