Html Css Color HEX #9B9BC7 Blue Bell

📋 copy color: '#9B9BC7'

red 155 ◦ green 155 ◦ blue 199

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

Shades of Blue Bell #9B9BC7

Tints of Blue Bell #9B9BC7

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.45%

 BLUE value IS 199 (78.13% from 255) = 39.1%

R = 30.45%
G = 30.45%
B = 39.1%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9B9BC7 (or 0x9B9BC7) is known color: Blue Bell. HEX triplet: 9B, 9B and C7. RGB value is (155,155,199). Sum of RGB (Red+Green+Blue) = 155+155+199=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 199 - color contains mainly: blue. Hex color #9B9BC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9BC7 is #646438. Grayscale: #9F9F9F. Windows color (decimal): -6579257 or 13081499. OLE color: 13081499.

HSL color Cylindrical-coordinate representation of color #9B9BC7: hue angle of 240º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9B9BC7 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 155 199 -
CMYK 0.22 0.22 0 0.22
HSL 240º 0.28% 0.69% -
HSV(B) 240º 0.22% 0.78% -
XYZ 35.55 34.53 58.83 -
YUV 160.02 150 124.42 -
System Red Green Blue C M Y K H S L
Decimal 155 155 199 0.22 0.22 0 0.22 240 0.28 0.69
Hex 9B 9B C7 16 16 0 16 F0 1C 45
Octal 233 233 307 26 26 0 26 360 34 105
Binary 10011011 10011011 11000111 10110 10110 0 10110 11110000 11100 1000101

Color Harmonies of #9B9BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9BC7

Black with #9B9BC7

Text Example


Text Example

White with #9B9BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,155,199); }

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

background-color css

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

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

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

border-color css

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

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

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