Html Css Color HEX #9B9ECE Blue Bell

📋 copy color: '#9B9ECE'

red 155 ◦ green 158 ◦ blue 206

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

Shades of Blue Bell #9B9ECE

Tints of Blue Bell #9B9ECE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.44%

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 29.87%
G = 30.44%
B = 39.69%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B9ECE (or 0x9B9ECE) is known color: Blue Bell. HEX triplet: 9B, 9E and CE. RGB value is (155,158,206). Sum of RGB (Red+Green+Blue) = 155+158+206=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B9ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9ECE is #646131. Grayscale: #A2A2A2. Windows color (decimal): -6578482 or 13541019. OLE color: 13541019.

HSL color Cylindrical-coordinate representation of color #9B9ECE: hue angle of 236.47º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B9ECE is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 158 206 -
CMYK 0.25 0.23 0 0.19
HSL 236.47º 0.34% 0.71% -
HSV(B) 236.47º 0.25% 0.81% -
XYZ 36.89 35.88 63.37 -
YUV 162.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 155 158 206 0.25 0.23 0 0.19 236.47 0.34 0.71
Hex 9B 9E CE 19 17 0 13 EC 22 47
Octal 233 236 316 31 27 0 23 354 42 107
Binary 10011011 10011110 11001110 11001 10111 0 10011 11101100 100010 1000111

Color Harmonies of #9B9ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9ECE

Black with #9B9ECE

Text Example


Text Example

White with #9B9ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,158,206); }

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

background-color css

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

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

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

border-color css

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

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

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