Html Css Color HEX #9B9DCD Blue Bell

📋 copy color: '#9B9DCD'

red 155 ◦ green 157 ◦ blue 205

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

Shades of Blue Bell #9B9DCD

Tints of Blue Bell #9B9DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.65%

R = 29.98%
G = 30.37%
B = 39.65%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B9DCD (or 0x9B9DCD) is known color: Blue Bell. HEX triplet: 9B, 9D and CD. RGB value is (155,157,205). Sum of RGB (Red+Green+Blue) = 155+157+205=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B9DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9DCD is #646232. Grayscale: #A1A1A1. Windows color (decimal): -6578739 or 13475227. OLE color: 13475227.

HSL color Cylindrical-coordinate representation of color #9B9DCD: hue angle of 237.6º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B9DCD is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 157 205 -
CMYK 0.24 0.23 0 0.20
HSL 237.6º 0.33% 0.71% -
HSV(B) 237.6º 0.24% 0.8% -
XYZ 36.59 35.49 62.68 -
YUV 161.87 152.34 123.1 -
System Red Green Blue C M Y K H S L
Decimal 155 157 205 0.24 0.23 0 0.20 237.6 0.33 0.71
Hex 9B 9D CD 18 17 0 14 EE 21 47
Octal 233 235 315 30 27 0 24 356 41 107
Binary 10011011 10011101 11001101 11000 10111 0 10100 11101110 100001 1000111

Color Harmonies of #9B9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9DCD

Black with #9B9DCD

Text Example


Text Example

White with #9B9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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