Html Css Color HEX #9BA3CD Blue Bell

📋 copy color: '#9BA3CD'

red 155 ◦ green 163 ◦ blue 205

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

Shades of Blue Bell #9BA3CD

Tints of Blue Bell #9BA3CD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.17%

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

R = 29.64%
G = 31.17%
B = 39.2%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9BA3CD (or 0x9BA3CD) is known color: Blue Bell. HEX triplet: 9B, A3 and CD. RGB value is (155,163,205). Sum of RGB (Red+Green+Blue) = 155+163+205=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #9BA3CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA3CD is #645C32. Grayscale: #A5A5A5. Windows color (decimal): -6577203 or 13476763. OLE color: 13476763.

HSL color Cylindrical-coordinate representation of color #9BA3CD: hue angle of 230.4º 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 #9BA3CD is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 163 205 -
CMYK 0.24 0.20 0 0.20
HSL 230.4º 0.33% 0.71% -
HSV(B) 230.4º 0.24% 0.8% -
XYZ 37.63 37.57 63.03 -
YUV 165.4 150.35 120.58 -
System Red Green Blue C M Y K H S L
Decimal 155 163 205 0.24 0.20 0 0.20 230.4 0.33 0.71
Hex 9B A3 CD 18 14 0 14 E6 21 47
Octal 233 243 315 30 24 0 24 346 41 107
Binary 10011011 10100011 11001101 11000 10100 0 10100 11100110 100001 1000111

Color Harmonies of #9BA3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA3CD

Black with #9BA3CD

Text Example


Text Example

White with #9BA3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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