Html Css Color HEX #9B9DD7 Blue Bell

📋 copy color: '#9B9DD7'

red 155 ◦ green 157 ◦ blue 215

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

Shades of Blue Bell #9B9DD7

Tints of Blue Bell #9B9DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.8%

R = 29.41%
G = 29.79%
B = 40.8%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9B9DD7 (or 0x9B9DD7) is known color: Blue Bell. HEX triplet: 9B, 9D and D7. RGB value is (155,157,215). Sum of RGB (Red+Green+Blue) = 155+157+215=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #9B9DD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9DD7 is #646228. Grayscale: #A2A2A2. Windows color (decimal): -6578729 or 14130587. OLE color: 14130587.

HSL color Cylindrical-coordinate representation of color #9B9DD7: hue angle of 238º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B9DD7 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 157 215 -
CMYK 0.28 0.27 0 0.16
HSL 238º 0.43% 0.73% -
HSV(B) 238º 0.28% 0.84% -
XYZ 37.84 35.99 69.24 -
YUV 163.01 157.34 122.28 -
System Red Green Blue C M Y K H S L
Decimal 155 157 215 0.28 0.27 0 0.16 238 0.43 0.73
Hex 9B 9D D7 1C 1B 0 10 EE 2B 49
Octal 233 235 327 34 33 0 20 356 53 111
Binary 10011011 10011101 11010111 11100 11011 0 10000 11101110 101011 1001001

Color Harmonies of #9B9DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9DD7

Black with #9B9DD7

Text Example


Text Example

White with #9B9DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,157,215); }

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

background-color css

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

 a { background-color: rgb(155,157,215); }

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

border-color css

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

 span { border-color: rgb(155,157,215); }

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